emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ippei FURUHASHI <top.tuna+orgmode@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: [PATCH] doc/org.texi: Fix two typos in Agenda commands
Date: Thu, 5 Apr 2012 00:36:15 +0900	[thread overview]
Message-ID: <CAK3KBotkSy9Onht0Y16pYzi1ypfR9SJaLhKRhsjrb7+SyeqVNA@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2012-04-04 15:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04 15:36 Ippei FURUHASHI [this message]
2012-04-05  6:52 ` [PATCH] doc/org.texi: Fix two typos in Agenda commands Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK3KBotkSy9Onht0Y16pYzi1ypfR9SJaLhKRhsjrb7+SyeqVNA@mail.gmail.com \
    --to=top.tuna+orgmode@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).