]> git.eshelyaron.com Git - emacs.git/commitdiff
* basic.texi (Moving Point): Fix tag.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 10 Jun 2009 15:16:55 +0000 (15:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 10 Jun 2009 15:16:55 +0000 (15:16 +0000)
* 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>.

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

index dfad010279a45a1b508d9701b4c54d0d9f8e4f68..ce44e873e37d852dc213614bc741431f83bca0e7 100644 (file)
@@ -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>
 
index 72ab17c33ac008dd79d7aae173849770df4df07f..4973b4a96d045a9074c6e0539e6c562d21b340d0 100644 (file)
@@ -208,7 +208,7 @@ thing as @key{C-v}.  Scrolling commands are described further in
 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.
index 77ee62acfd5902af291667ec0a985b95e371d79a..8b56b656a3f3b78204968aab2d1e7d6046bcaa98 100644 (file)
@@ -245,11 +245,11 @@ Scroll calendar one month forward (@code{calendar-scroll-left}).
 @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 @@ repeat count; in particular, since @kbd{C-u} multiplies the next command
 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
index 905b47b3b0b8c2371391196e754bc08972a8c650..859ed50194b66309252d8b2908c8bd31ef794c0a 100644 (file)
@@ -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
index 4a2febaa29b1238fff5f44c37ef08c2e6f0a31cb..37d483d3f9d7d1049dc822852f9bf2b7ab500933 100644 (file)
@@ -182,10 +182,11 @@ maximum number of lines; @code{nil} means do not resize the minibuffer
 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 @@ completion (@code{mouse-choose-completion}).
 @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
index acac338ea2c4e2f35da9d6a506bf9fe07ca3c8bf..64476b62d70750bab78e681543281df7dc7fc850 100644 (file)
@@ -165,7 +165,7 @@ Move down after insertion (@code{picture-movement-down}).
 @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 up and right (``northeast'') after insertion
 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
index ce95f6da4f02df02d622e6ee6a55a37395561735..304ca1c6e97910c2f2af13e1c718dd1c2127500f 100644 (file)
@@ -305,11 +305,11 @@ search string.  It uses the same text that @kbd{C-y} would yank.
 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.