summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIppei FURUHASHI <top.tuna+orgmode@gmail.com>2012-04-04 16:42:27 +0900
committerBastien Guerry <bzg@altern.org>2012-04-05 08:51:41 +0200
commit4e35c21c09f2339f8d95389894ef887aee8539bd (patch)
treeda845ba7c5150dd4a09c38588cbced2c4c84679a
parentfc374109cd1cc69144dc03f32e8268441e47e0b0 (diff)
downloadorg-mode-4e35c21c09f2339f8d95389894ef887aee8539bd.tar.gz
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
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index d246aa6..2c546b7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7852,9 +7852,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.