From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Laboissiere Subject: [PATCH] Fix typo in org.texi Date: Mon, 20 Oct 2014 01:35:09 +0200 Message-ID: <20141019233509.GH28208@laboissiere.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VywGB/WGlW4DM4P8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg0iF-0005Qo-0W for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 20:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xg0iE-0002sU-0m for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 20:20:38 -0400 Received: from [2001:4b98:dc0:47:216:3eff:fea5:efc9] (port=44734 helo=laboissiere.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg0iD-0002lt-Q8 for emacs-orgmode@gnu.org; Sun, 19 Oct 2014 20:20:37 -0400 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline The patch below fixes (what i think) is a minor typo in the info documentation. Thanks for your great work on org-mode, Best, Rafael --VywGB/WGlW4DM4P8 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-org.texi-Remove-extraneous-backslash-in-key-sequence.patch" >From 65d995992fdcb5a04c413f83fe5c68edf4508835 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Sun, 19 Oct 2014 22:37:39 +0200 Subject: [PATCH] org.texi: Remove extraneous backslash in key sequence * doc/org.texi (ASCII bar plots): Remove the backslash character in the key binding sequence for orgtbl-ascii-plot command. I think that this backslash is not needed, since previously in the same section, at subheading "Graphical plots using Gnuplot", there is a similar key sequence without backslash @kbd{C-c " g}. TINYCHANGE --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 767fa1a..8e18d34 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -3345,7 +3345,7 @@ the data file. @subheading ASCII bar plots -While the cursor is on a column, typing @kbd{C-c \" a} or +While the cursor is on a column, typing @kbd{C-c " a} or @kbd{M-x orgtbl-ascii-plot @key{RET}} create a new column containing an ASCII-art bars plot. The plot is implemented through a regular column formula. When the source column changes, the bar plot may be updated by -- 2.1.1 --VywGB/WGlW4DM4P8--