]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #10380 with description of C-n and C-p.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2011 11:33:09 +0000 (13:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Dec 2011 11:33:09 +0000 (13:33 +0200)
 doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p.

doc/emacs/ChangeLog
doc/emacs/basic.texi

index 73d9fc4d07f39275b16cb7c0dd5cd76473765e8a..dbe32e9236a03dcb3883f3b35963798f11afa4fd 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * basic.texi (Moving Point): Fix the description of C-n and C-p.
+       (Bug#10380)
+
 2011-12-30  Chong Yidong  <cyd@gnu.org>
 
        * sending.texi (Sending Mail): Document initial mail buffer name,
index abb65982873c683fcbecd60b15250404c1413b93..14101ce4fddf0cbd9c8dd84cfeb1ac4911cd3a4a 100644 (file)
@@ -130,11 +130,13 @@ specifies how many copies of the character to insert
 @cindex moving the cursor
   To do more than insert characters, you have to know how to move
 point (@pxref{Point}).  The keyboard commands @kbd{C-f}, @kbd{C-b},
-@kbd{C-n}, and @kbd{C-p} move point to the right, left, up and down
+@kbd{C-n}, and @kbd{C-p} move point to the right, left, down, and up,
 respectively.  You can also move point using the @dfn{arrow keys}
 present on most keyboards: @kbd{@key{right}}, @kbd{@key{left}},
 @kbd{@key{down}}, and @kbd{@key{up}}; however, many Emacs users find
-that it is slower to use the arrow keys than the control keys.
+that it is slower to use the arrow keys than the control keys, because
+you need to move your hand to the area of the keyboard where those
+keys are located.
 
   You can also click the left mouse button to move point to the
 position clicked.  Emacs also provides a variety of additional