changeset 97639:f79bbe4f1429

(Moving Point): Fix <prior>/<next> confusion.
author Johan Bockgård <bojohan@gnu.org>
date Sat, 23 Aug 2008 09:11:52 +0000
parents 1032d180516f
children e8a6bae97201
files doc/emacs/ChangeLog doc/emacs/basic.texi
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Sat Aug 23 08:11:51 2008 +0000
+++ b/doc/emacs/ChangeLog	Sat Aug 23 09:11:52 2008 +0000
@@ -1,3 +1,7 @@
+2008-08-23  Johan Bockgard  <bojohan@muon>
+
+	* basic.texi (Moving Point): Fix <prior>/<next> confusion.
+
 2008-08-22  Chong Yidong  <cyd@stupidchicken.com>
 
 	* mini.texi (Minibuffer): Simplify introduction.
--- a/doc/emacs/basic.texi	Sat Aug 23 08:11:51 2008 +0000
+++ b/doc/emacs/basic.texi	Sat Aug 23 09:11:52 2008 +0000
@@ -202,18 +202,18 @@
 Move to the end of the buffer (@code{end-of-buffer}).
 @item C-v
 @itemx @key{PageDown}
-@itemx @key{PRIOR}
+@itemx @key{next}
 Scroll the display one screen forward, and move point if necessary to
 put it on the screen (@code{scroll-up}).  If your keyboard has a
-@key{PageDown} key (sometimes labelled @key{PRIOR}), it does the same
+@key{PageDown} key (sometimes labelled @key{next}), it does the same
 thing as as @key{C-v}.  Scrolling commands are described further in
 @ref{Scrolling}.
 @item M-v
 @itemx @key{PageUp}
-@itemx @key{NEXT}
+@itemx @key{prior}
 Scroll one screen backward, and move point if necessary to put it on
 the screen (@code{scroll-down}).  If your keyboard has a @key{PageUp}
-key (sometimes labelled @key{NEXT}), it does the same thing as
+key (sometimes labelled @key{prior}), it does the same thing as
 @key{M-v}.
 @item M-x goto-char
 Read a number @var{n} and move point to buffer position @var{n}.