diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-09-30 11:27:29 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-09-30 11:27:29 +0300 |
commit | 157007b58e41afc848f79c99aced0f09109dfdac (patch) | |
tree | 70e829fedc2aad99dedc3cf4ddca674866f4d1ad /doc/emacs/mark.texi | |
parent | 63a45e8837146636d7a6113955c8419980b0855b (diff) | |
download | emacs-157007b58e41afc848f79c99aced0f09109dfdac.tar.gz emacs-157007b58e41afc848f79c99aced0f09109dfdac.tar.bz2 emacs-157007b58e41afc848f79c99aced0f09109dfdac.zip |
Fix uses of @kindex in the Emacs manual
* doc/emacs/programs.texi (Expressions, Semantic, Hungry Delete):
* doc/emacs/mark.texi (Global Mark Ring)
(Disabled Transient Mark):
* doc/emacs/buffers.texi (Select Buffer):
* doc/emacs/mule.texi (File Name Coding): Fix @kindex entries
which used @key. Reported by Marcin Borkowski <mbork@mbork.pl>.
Diffstat (limited to 'doc/emacs/mark.texi')
-rw-r--r-- | doc/emacs/mark.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 1e160508e53..eb935706001 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi @@ -367,7 +367,7 @@ of buffers that you have been in, and, for each buffer, a place where you set the mark. The length of the global mark ring is controlled by @code{global-mark-ring-max}, and is 16 by default. -@kindex C-x C-@key{SPC} +@kindex C-x C-SPC @findex pop-global-mark The command @kbd{C-x C-@key{SPC}} (@code{pop-global-mark}) jumps to the buffer and position of the latest entry in the global ring. It also @@ -449,7 +449,7 @@ using @kbd{C-@key{SPC} C-@key{SPC}} or @kbd{C-u C-x C-x}. @table @kbd @item C-@key{SPC} C-@key{SPC} -@kindex C-@key{SPC} C-@key{SPC} +@kindex C-SPC C-SPC Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable Transient Mark mode just once, until the mark is deactivated. (This is not really a separate command; you are using the @kbd{C-@key{SPC}} |