From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Getting _help_ on last response from C-h c Date: Wed, 01 Jun 2016 02:49:35 +0200 Message-ID: <87k2i9ybq8.fsf@web.de> References: <20160601004138.GB840@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1464742245 18000 80.91.229.3 (1 Jun 2016 00:50:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jun 2016 00:50:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 01 02:50:34 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b7uMj-0006oo-MI for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Jun 2016 02:50:33 +0200 Original-Received: from localhost ([::1]:39032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7uMe-00019P-V6 for geh-help-gnu-emacs@m.gmane.org; Tue, 31 May 2016 20:50:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7uMC-000194-4H for help-gnu-emacs@gnu.org; Tue, 31 May 2016 20:50:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7uM8-0006m6-1u for help-gnu-emacs@gnu.org; Tue, 31 May 2016 20:49:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:36592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7uM7-0006ls-MR for help-gnu-emacs@gnu.org; Tue, 31 May 2016 20:49:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b7uLv-0006Ha-5Q for help-gnu-emacs@gnu.org; Wed, 01 Jun 2016 02:49:43 +0200 Original-Received: from dslb-094-217-122-112.094.217.pools.vodafone-ip.de ([94.217.122.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jun 2016 02:49:43 +0200 Original-Received: from michael_heerdegen by dslb-094-217-122-112.094.217.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jun 2016 02:49:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-094-217-122-112.094.217.pools.vodafone-ip.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux) Cancel-Lock: sha1:ITTZYccS8wcIu6yOM/hTFr24FJ0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110150 Archived-At: Tim Johnson writes: > On GNU Emacs 24.3.1 : > Let's say I type C-h c C-M-a > > Help returns > C-M-a runs the command beginning-of-defun > > As I understand it, to get _help_ on beginning-of-defun, I have to > then type C-h f beginning-of-defun > > Is there a way that would return both the binding and help on the > bound function? C-h k. I suggest to learn a bit about the different help commands Emacs offers. Use C-h C-h (`help-for-help') when in doubt. Regards, Michael.