summaryrefslogtreecommitdiff
path: root/doc/emacs/display.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r--doc/emacs/display.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 905b47b3b0b..859ed50194b 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -56,12 +56,12 @@ commands:
Scroll the selected window to center point vertically within it and
redisplay the screen (@code{recenter-top-bottom}).
@item C-v
-@itemx @key{NEXT}
-@itemx @key{PAGEDOWN}
+@itemx @key{next}
+@itemx @key{PageDown}
Scroll forward by nearly a full window (@code{scroll-up}).
@item M-v
-@itemx @key{PRIOR}
-@itemx @key{PAGEUP}
+@itemx @key{prior}
+@itemx @key{PageUp}
Scroll backward (@code{scroll-down}).
@item C-M-l
Scroll heuristically to bring useful information onto the screen
@@ -97,10 +97,10 @@ clear the screen or cycle through different screen positions.
@kindex C-v
@kindex M-v
-@kindex NEXT
-@kindex PRIOR
-@kindex PAGEDOWN
-@kindex PAGEUP
+@kindex next
+@kindex prior
+@kindex PageDown
+@kindex PageUp
@findex scroll-up
@findex scroll-down
To read the buffer a windowful at a time, use @kbd{C-v}
@@ -115,7 +115,7 @@ top, it ends up at the new top of the window.
@vindex next-screen-context-lines
The variable @code{next-screen-context-lines} controls the number of
lines of overlap left by @kbd{C-v} or @kbd{M-v}; by default, it is 2.
-The function keys @key{NEXT} and @key{PRIOR}, or @key{PageDown} and
+The function keys @key{next} and @key{prior}, or @key{PageDown} and
@key{PageUp}, are equivalent to @kbd{C-v} and @kbd{M-v} respectively.
You can supply @kbd{C-v} or @kbd{M-v} with a numeric prefix argument