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/basic.texi | |
parent | 40e672465878109c76989f6c7cfab1b762c15ee3 (diff) | |
download | emacs-b5700de650026a978c13688f1a2c6289c4b97ec1.tar.gz emacs-b5700de650026a978c13688f1a2c6289c4b97ec1.tar.bz2 emacs-b5700de650026a978c13688f1a2c6289c4b97ec1.zip |
* 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/basic.texi')
-rw-r--r-- | doc/emacs/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 72ab17c33ac..4973b4a96d0 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -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. |