[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106755: Fix bug #10380 with descript
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106755: Fix bug #10380 with description of C-n and C-p. |
Date: |
Sat, 31 Dec 2011 13:33:09 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106755
fixes bug(s): http://debbugs.gnu.org/10380
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-12-31 13:33:09 +0200
message:
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.
modified:
doc/emacs/ChangeLog
doc/emacs/basic.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2011-12-30 10:19:42 +0000
+++ b/doc/emacs/ChangeLog 2011-12-31 11:33:09 +0000
@@ -1,3 +1,8 @@
+2011-12-31 Eli Zaretskii <address@hidden>
+
+ * basic.texi (Moving Point): Fix the description of C-n and C-p.
+ (Bug#10380)
+
2011-12-30 Chong Yidong <address@hidden>
* sending.texi (Sending Mail): Document initial mail buffer name,
=== modified file 'doc/emacs/basic.texi'
--- a/doc/emacs/basic.texi 2011-10-21 14:45:34 +0000
+++ b/doc/emacs/basic.texi 2011-12-31 11:33:09 +0000
@@ -130,11 +130,13 @@
@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},
address@hidden, and @kbd{C-p} move point to the right, left, up and down
address@hidden, 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: @address@hidden, @address@hidden,
@address@hidden, and @address@hidden; 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106755: Fix bug #10380 with description of C-n and C-p.,
Eli Zaretskii <=