aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-12-31 13:33:09 +0200
committerEli Zaretskii2011-12-31 13:33:09 +0200
commit7bc7d2aa1b054bd3f723977a8cefd461163d3372 (patch)
treeea8bbfe28b75dd5a4f360e6ec5ed978416d80a3a
parent00791deef66c259fa53e7906d52f1064e210ccea (diff)
downloademacs-7bc7d2aa1b054bd3f723977a8cefd461163d3372.tar.gz
emacs-7bc7d2aa1b054bd3f723977a8cefd461163d3372.zip
Fix bug #10380 with description of C-n and C-p.
doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/basic.texi6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 73d9fc4d07f..dbe32e9236a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-12-31 Eli Zaretskii <eliz@gnu.org>
2
3 * basic.texi (Moving Point): Fix the description of C-n and C-p.
4 (Bug#10380)
5
12011-12-30 Chong Yidong <cyd@gnu.org> 62011-12-30 Chong Yidong <cyd@gnu.org>
2 7
3 * sending.texi (Sending Mail): Document initial mail buffer name, 8 * sending.texi (Sending Mail): Document initial mail buffer name,
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index abb65982873..14101ce4fdd 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -130,11 +130,13 @@ specifies how many copies of the character to insert
130@cindex moving the cursor 130@cindex moving the cursor
131 To do more than insert characters, you have to know how to move 131 To do more than insert characters, you have to know how to move
132point (@pxref{Point}). The keyboard commands @kbd{C-f}, @kbd{C-b}, 132point (@pxref{Point}). The keyboard commands @kbd{C-f}, @kbd{C-b},
133@kbd{C-n}, and @kbd{C-p} move point to the right, left, up and down 133@kbd{C-n}, and @kbd{C-p} move point to the right, left, down, and up,
134respectively. You can also move point using the @dfn{arrow keys} 134respectively. You can also move point using the @dfn{arrow keys}
135present on most keyboards: @kbd{@key{right}}, @kbd{@key{left}}, 135present on most keyboards: @kbd{@key{right}}, @kbd{@key{left}},
136@kbd{@key{down}}, and @kbd{@key{up}}; however, many Emacs users find 136@kbd{@key{down}}, and @kbd{@key{up}}; however, many Emacs users find
137that it is slower to use the arrow keys than the control keys. 137that it is slower to use the arrow keys than the control keys, because
138you need to move your hand to the area of the keyboard where those
139keys are located.
138 140
139 You can also click the left mouse button to move point to the 141 You can also click the left mouse button to move point to the
140position clicked. Emacs also provides a variety of additional 142position clicked. Emacs also provides a variety of additional