From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] include explanations of how to look up a docstring Date: Wed, 8 Dec 2010 21:05:30 +0000 Message-ID: <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-6-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRE3-0006J3-Lj for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDv-0002cb-I0 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:59 -0500 Received: from server.network-theory.com ([109.74.193.71]:40529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDv-0002cH-Du for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:51 -0500 In-Reply-To: <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Barry Gidden , Brian Gough --- doc/org.texi | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b9ff083..faa552e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of it. You will be prompted for the number of copies to make, and you can also specify if any timestamps in the entry should be shifted. This can be useful, for example, to create a number of tasks related to a series of lectures to prepare. For -more details, see the docstring of the command -@code{org-clone-subtree-with-time-shift}. +more details, see the docstring@footnote{Docstrings for commands can be displayed with @kbd{M-x describe-function} or @kbd{C-h f}.} of the command @code{org-clone-subtree-with-time-shift}. @orgcmd{C-c C-w,org-refile} Refile entry or region to a different location. @xref{Refiling notes}. @orgcmd{C-c ^,org-sort-entries-or-items} @@ -1760,8 +1759,7 @@ Since Org allows multiple references to the same note, you can then use @vindex org-footnote-auto-label Footnote labels can be created automatically, or you can create names yourself. This is handled by the variable @code{org-footnote-auto-label} and its -corresponding @code{#+STARTUP} keywords. See the docstring of that variable -for details. +corresponding @code{#+STARTUP} keywords. See the docstring@footnote{Docstrings for variables can be displayed with @kbd{M-x describe-variable} or @kbd{C-h v}.} of that variable for details. @noindent The following command handles footnotes: -- 1.6.0.6