changeset 103375:e8426f67383f

* basic.texi (Moving Point): Fix tag. * picture-xtra.texi (Insert in Picture): Use <next> and <prior>. * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and use camel-case for PageUp and PageDown. * display.texi (Scrolling): Decapitalize <next> and <prior>, and use camel-case for PageUp and PageDown. * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>. * search.texi (Isearch Scroll): Decapitalize <next> and <prior>.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 Jun 2009 15:16:55 +0000
parents cf3b8ef88ac7
children 62899a250517
files doc/emacs/ChangeLog doc/emacs/basic.texi doc/emacs/calendar.texi doc/emacs/display.texi doc/emacs/mini.texi doc/emacs/picture-xtra.texi doc/emacs/search.texi
diffstat 7 files changed, 40 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/ChangeLog	Wed Jun 10 15:16:55 2009 +0000
@@ -1,6 +1,19 @@
 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
 
+	* basic.texi (Moving Point): Fix tag.
+
+	* picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
+
+	* mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
+	use camel-case for PageUp and PageDown.
+
+	* display.texi (Scrolling): Decapitalize <next> and <prior>, and use
+	camel-case for PageUp and PageDown.
+
+	* calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
+
 	* search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
+	(Isearch Scroll): Decapitalize <next> and <prior>.
 
 2009-06-09  Agustín Martín <agustin.martin@hispalinux.es>
 
--- a/doc/emacs/basic.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/basic.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -208,7 +208,7 @@
 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{prior}), it does the same thing as
-@key{M-v}.
+@kbd{M-v}.
 @item M-x goto-char
 Read a number @var{n} and move point to buffer position @var{n}.
 Position 1 is the beginning of the buffer.
--- a/doc/emacs/calendar.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/calendar.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -245,11 +245,11 @@
 @item <
 Scroll calendar one month backward (@code{calendar-scroll-right}).
 @item C-v
-@itemx @key{NEXT}
+@itemx @key{next}
 Scroll calendar three months forward
 (@code{calendar-scroll-left-three-months}).
 @item M-v
-@itemx @key{PRIOR}
+@itemx @key{prior}
 Scroll calendar three months backward
 (@code{calendar-scroll-right-three-months}).
 @end table
@@ -276,7 +276,7 @@
 by four, typing @kbd{C-u C-v} scrolls the calendar forward by a year and
 typing @kbd{C-u M-v} scrolls the calendar backward by a year.
 
-  The function keys @key{NEXT} and @key{PRIOR} are equivalent to
+  The function keys @key{next} and @key{prior} are equivalent to
 @kbd{C-v} and @kbd{M-v}, just as they are in other modes.
 
 @node Counting Days
--- a/doc/emacs/display.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/display.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -56,12 +56,12 @@
 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 @@
 
 @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 @@
 @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
--- a/doc/emacs/mini.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/mini.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -182,10 +182,11 @@
 window automatically.  The default value is 0.25.
 
   The @kbd{C-M-v} command in the minibuffer scrolls the help text from
-commands that display help text of any sort in another window.
-@kbd{M-@key{PAGEUP}} and @kbd{M-@key{PAGEDOWN}} also operate on that
-help text.  This is especially useful with long lists of possible
-completions.  @xref{Other Window}.
+commands that display help text of any sort in another window.  You
+can also scroll the help text with @kbd{M-@key{prior}} and
+@kbd{M-@key{next}} (or, equivalently, @kbd{M-@key{PageUp}} and
+@kbd{M-@key{PageDown}}).  This is especially useful with long lists of
+possible completions.  @xref{Other Window}.
 
 @vindex enable-recursive-minibuffers
   Emacs normally disallows most commands that use the minibuffer while
@@ -343,11 +344,11 @@
 @findex switch-to-completions
 @item M-v
 @itemx @key{PageUp}
-@itemx @key{PRIOR}
+@itemx @key{prior}
 Typing @kbd{M-v}, while in the minibuffer, selects the window showing
 the completion list buffer (@code{switch-to-completions}).  This paves
 the way for using the commands below.  Typing @key{PageUp} or
-@key{PRIOR} does the same, as does selecting that window in other
+@key{prior} does the same, as does selecting that window in other
 ways.
 
 @findex choose-completion
--- a/doc/emacs/picture-xtra.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/picture-xtra.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -165,7 +165,7 @@
 @itemx C-c @key{HOME}
 Move up and left (``northwest'') after insertion (@code{picture-movement-nw}).
 @item C-c '
-@itemx C-c @key{PAGEUP}
+@itemx C-c @key{prior}
 Move up and right (``northeast'') after insertion
 (@code{picture-movement-ne}).
 @item C-c /
@@ -173,7 +173,7 @@
 Move down and left (``southwest'') after insertion
 @*(@code{picture-movement-sw}).
 @item C-c \
-@itemx C-c @key{PAGEDOWN}
+@itemx C-c @key{next}
 Move down and right (``southeast'') after insertion
 @*(@code{picture-movement-se}).
 @end table
--- a/doc/emacs/search.texi	Wed Jun 10 14:31:51 2009 +0000
+++ b/doc/emacs/search.texi	Wed Jun 10 15:16:55 2009 +0000
@@ -305,11 +305,11 @@
 search (without exiting the search) by setting the customizable
 variable @code{isearch-allow-scroll} to a non-@code{nil} value.  This
 applies to using the vertical scroll-bar and to certain keyboard
-commands such as @kbd{@key{PRIOR}} (@code{scroll-down}),
-@kbd{@key{NEXT}} (@code{scroll-up}) and @kbd{C-l} (@code{recenter}).
-You must run these commands via their key sequences to stay in the
-search---typing @kbd{M-x} will terminate the search.  You can give
-prefix arguments to these commands in the usual way.
+commands such as @key{prior} (@code{scroll-down}), @key{next}
+(@code{scroll-up}) and @kbd{C-l} (@code{recenter}).  You must run
+these commands via their key sequences to stay in the search---typing
+@kbd{M-x} will terminate the search.  You can give prefix arguments to
+these commands in the usual way.
 
   This feature won't let you scroll the current match out of visibility,
 however.