diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-10 15:16:55 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-10 15:16:55 +0000 |
commit | b5700de650026a978c13688f1a2c6289c4b97ec1 (patch) | |
tree | 2a0f24534ecd9a0ff5e7d9debf84d43b5db77f7b /doc/emacs/picture-xtra.texi | |
parent | 40e672465878109c76989f6c7cfab1b762c15ee3 (diff) | |
download | emacs-b5700de650026a978c13688f1a2c6289c4b97ec1.tar.gz |
* 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>.
Diffstat (limited to 'doc/emacs/picture-xtra.texi')
-rw-r--r-- | doc/emacs/picture-xtra.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi index acac338ea2c..64476b62d70 100644 --- a/doc/emacs/picture-xtra.texi +++ b/doc/emacs/picture-xtra.texi @@ -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 |