From e2a71e28bf04faba7fae033ae4bbd92c0a94b087 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bockg=C3=A5rd?= Date: Sat, 23 Aug 2008 09:11:52 +0000 Subject: [PATCH] (Moving Point): Fix / confusion. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/basic.texi | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c8fb80da0e2..8bcd983f8dc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2008-08-23 Johan Bockgard + + * basic.texi (Moving Point): Fix / confusion. + 2008-08-22 Chong Yidong * mini.texi (Minibuffer): Simplify introduction. diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index b5983111571..c61b0e7d2a0 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -202,18 +202,18 @@ numeric argument @var{n}, move to @var{n}/10 of the way from the top. 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}. -- 2.39.2