* [PATCH] doc/org.texi: Fix two typos in Agenda commands
@ 2012-04-04 15:36 Ippei FURUHASHI
2012-04-05 6:52 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Ippei FURUHASHI @ 2012-04-04 15:36 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
Dear org-mode maintainer,
There seems to be typos about keybindings to move next/previous line
in Agenda commands.
Could you have a look at this patch please?
Best regards,
IP
[-- Attachment #2: 0001-doc-org.texi-Fix-two-typos-in-Agenda-commands.patch --]
[-- Type: application/octet-stream, Size: 1209 bytes --]
From 3e72e6ee02fba935ba7561d22ade5ca246a49bcc Mon Sep 17 00:00:00 2001
From: Ippei FURUHASHI <top.tuna+orgmode@gmail.com>
Date: Wed, 4 Apr 2012 16:42:27 +0900
Subject: [PATCH] doc/org.texi: Fix two typos in Agenda commands
doc/org.texi: Fix two typos in Agenda commands
* doc/org.texi (Agenda commands): Fix typos by swapping
the equivalent keybindings to org-agenda-next-line
with the ones to org-agenda-previous-line.
TINYCHANGE
---
doc/org.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 6be4540..b8db701 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7880,9 +7880,9 @@ the other commands, the cursor needs to be in the desired line.
@tsubheading{Motion}
@cindex motion commands in agenda
@orgcmd{n,org-agenda-next-line}
-Next line (same as @key{up} and @kbd{C-p}).
+Next line (same as @key{down} and @kbd{C-n}).
@orgcmd{p,org-agenda-previous-line}
-Previous line (same as @key{down} and @kbd{C-n}).
+Previous line (same as @key{up} and @kbd{C-p}).
@tsubheading{View/Go to Org file}
@orgcmdkkc{@key{SPC},mouse-3,org-agenda-show-and-scroll-up}
Display the original location of the item in another window.
--
1.7.9.msysgit.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-05 6:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 15:36 [PATCH] doc/org.texi: Fix two typos in Agenda commands Ippei FURUHASHI
2012-04-05 6:52 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.