aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-30 11:27:29 +0300
committerEli Zaretskii2017-09-30 11:27:29 +0300
commit157007b58e41afc848f79c99aced0f09109dfdac (patch)
tree70e829fedc2aad99dedc3cf4ddca674866f4d1ad /doc
parent63a45e8837146636d7a6113955c8419980b0855b (diff)
downloademacs-157007b58e41afc848f79c99aced0f09109dfdac.tar.gz
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')
-rw-r--r--doc/emacs/buffers.texi4
-rw-r--r--doc/emacs/mark.texi4
-rw-r--r--doc/emacs/mule.texi2
-rw-r--r--doc/emacs/programs.texi12
4 files changed, 11 insertions, 11 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi
index f3a3c8ef251..a8b810ef91f 100644
--- a/doc/emacs/buffers.texi
+++ b/doc/emacs/buffers.texi
@@ -110,8 +110,8 @@ it, Emacs asks for the file name to use, and the buffer's major mode
110is re-established taking that file name into account (@pxref{Choosing 110is re-established taking that file name into account (@pxref{Choosing
111Modes}). 111Modes}).
112 112
113@kindex C-x @key{LEFT} 113@kindex C-x LEFT
114@kindex C-x @key{RIGHT} 114@kindex C-x RIGHT
115@findex next-buffer 115@findex next-buffer
116@findex previous-buffer 116@findex previous-buffer
117 For conveniently switching between a few buffers, use the commands 117 For conveniently switching between a few buffers, use the commands
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
367you set the mark. The length of the global mark ring is controlled by 367you set the mark. The length of the global mark ring is controlled by
368@code{global-mark-ring-max}, and is 16 by default. 368@code{global-mark-ring-max}, and is 16 by default.
369 369
370@kindex C-x C-@key{SPC} 370@kindex C-x C-SPC
371@findex pop-global-mark 371@findex pop-global-mark
372 The command @kbd{C-x C-@key{SPC}} (@code{pop-global-mark}) jumps to 372 The command @kbd{C-x C-@key{SPC}} (@code{pop-global-mark}) jumps to
373the buffer and position of the latest entry in the global ring. It also 373the 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}.
449 449
450@table @kbd 450@table @kbd
451@item C-@key{SPC} C-@key{SPC} 451@item C-@key{SPC} C-@key{SPC}
452@kindex C-@key{SPC} C-@key{SPC} 452@kindex C-SPC C-SPC
453Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable 453Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable
454Transient Mark mode just once, until the mark is deactivated. (This 454Transient Mark mode just once, until the mark is deactivated. (This
455is not really a separate command; you are using the @kbd{C-@key{SPC}} 455is not really a separate command; you are using the @kbd{C-@key{SPC}}
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 2f27b9aa0eb..2862832e72b 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1198,7 +1198,7 @@ names (@code{set-file-name-coding-system}).
1198@end table 1198@end table
1199 1199
1200@findex set-file-name-coding-system 1200@findex set-file-name-coding-system
1201@kindex C-x @key{RET} F 1201@kindex C-x RET F
1202@cindex file names with non-@acronym{ASCII} characters 1202@cindex file names with non-@acronym{ASCII} characters
1203 The command @kbd{C-x @key{RET} F} (@code{set-file-name-coding-system}) 1203 The command @kbd{C-x @key{RET} F} (@code{set-file-name-coding-system})
1204specifies a coding system to use for encoding file @emph{names}. It 1204specifies a coding system to use for encoding file @emph{names}. It
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 27ac0eb6400..2b0649cd924 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -712,7 +712,7 @@ before it. An argument of zero, rather than doing nothing, transposes
712the balanced expressions ending at or after point and the mark. 712the balanced expressions ending at or after point and the mark.
713 713
714@kindex C-M-@@ 714@kindex C-M-@@
715@kindex C-M-@key{SPC} 715@kindex C-M-SPC
716@findex mark-sexp 716@findex mark-sexp
717 To operate on balanced expressions with a command which acts on the 717 To operate on balanced expressions with a command which acts on the
718region, type @kbd{C-M-@key{SPC}} (@code{mark-sexp}). This sets the 718region, type @kbd{C-M-@key{SPC}} (@code{mark-sexp}). This sets the
@@ -1467,7 +1467,7 @@ Prompt for the name of a function defined in any file Emacs has
1467parsed, and move point there (@code{semantic-complete-jump}). 1467parsed, and move point there (@code{semantic-complete-jump}).
1468 1468
1469@item C-c , @key{SPC} 1469@item C-c , @key{SPC}
1470@kindex C-c , @key{SPC} 1470@kindex C-c , SPC
1471Display a list of possible completions for the symbol at point 1471Display a list of possible completions for the symbol at point
1472(@code{semantic-complete-analyze-inline}). This also activates a set 1472(@code{semantic-complete-analyze-inline}). This also activates a set
1473of special key bindings for choosing a completion: @key{RET} accepts 1473of special key bindings for choosing a completion: @key{RET} accepts
@@ -1716,8 +1716,8 @@ preprocessor commands.
1716@item C-c C-@key{DEL} 1716@item C-c C-@key{DEL}
1717@itemx C-c @key{DEL} 1717@itemx C-c @key{DEL}
1718@findex c-hungry-delete-backwards 1718@findex c-hungry-delete-backwards
1719@kindex C-c C-@key{DEL} (C Mode) 1719@kindex C-c C-DEL (C Mode)
1720@kindex C-c @key{DEL} (C Mode) 1720@kindex C-c DEL (C Mode)
1721Delete the entire block of whitespace preceding point (@code{c-hungry-delete-backwards}). 1721Delete the entire block of whitespace preceding point (@code{c-hungry-delete-backwards}).
1722 1722
1723@item C-c C-d 1723@item C-c C-d
@@ -1725,8 +1725,8 @@ Delete the entire block of whitespace preceding point (@code{c-hungry-delete-bac
1725@itemx C-c @key{Delete} 1725@itemx C-c @key{Delete}
1726@findex c-hungry-delete-forward 1726@findex c-hungry-delete-forward
1727@kindex C-c C-d (C Mode) 1727@kindex C-c C-d (C Mode)
1728@kindex C-c C-@key{Delete} (C Mode) 1728@kindex C-c C-Delete (C Mode)
1729@kindex C-c @key{Delete} (C Mode) 1729@kindex C-c Delete (C Mode)
1730Delete the entire block of whitespace after point (@code{c-hungry-delete-forward}). 1730Delete the entire block of whitespace after point (@code{c-hungry-delete-forward}).
1731@end table 1731@end table
1732 1732