From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org.texi patch for small typo Date: Tue, 31 Aug 2010 08:23:22 +0200 Message-ID: <215E5133-F7F8-4127-B06E-E3D9C23360FE@gmail.com> References: <28669.1283177581@maps> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqKFm-0001td-Le for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 02:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqKFl-0002vO-Kl for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 02:23:30 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:47955) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqKFl-0002vE-9l for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 02:23:29 -0400 In-Reply-To: <28669.1283177581@maps> 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: Stephen Eglen Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Aug 30, 2010, at 4:13 PM, Stephen Eglen wrote: > diff --git a/doc/org.texi b/doc/org.texi > index 2e61ddf..4ce32ce 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -11176,10 +11176,10 @@ Include the code block in the tangled > output to file @samp{filename}. > @kindex C-c C-v t > @subsubheading Functions > @table @code > -@item org-babel-tangle @kbd{C-c C-v t} > -Tangle the current file. > +@item org-babel-tangle > +Tangle the current file. Bound to @kbd{C-c C-v t}. > @item org-babel-tangle-file > -Choose a file to tangle. > +Choose a file to tangle. Bound to @kbd{C-c C-v f}. > @end table > > @subsubheading Hooks > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten