]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change of @key markup
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2018 17:56:51 +0000 (19:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2018 17:56:51 +0000 (19:56 +0200)
* doc/lispref/display.texi (Specified Space):
* doc/emacs/programs.texi (C Modes):
* doc/emacs/killing.texi (Rectangles):
* doc/emacs/emacs.texi (Top):
* doc/emacs/display.texi (Useless Whitespace): Don't use @key
markup for characters and commands, only for keys.

doc/emacs/display.texi
doc/emacs/emacs.texi
doc/emacs/killing.texi
doc/emacs/programs.texi
doc/lispref/display.texi

index d0ab5486af12fb7e01e5fddc2e75ece3085773c9..b2a4011b4a73a8c4f30e1898996f4d7e6ad58d60 100644 (file)
@@ -1259,9 +1259,9 @@ Highlight empty lines.
 @item big-indent
 @vindex whitespace-big-indent-regexp
 Highlight too-deep indentation.  By default any sequence of at least 4
-consecutive @key{TAB} characters or 32 consecutive @key{SPC}
-characters is highlighted.  To change that, customize the regular
-expression @code{whitespace-big-indent-regexp}.
+consecutive TAB characters or 32 consecutive SPC characters is
+highlighted.  To change that, customize the regular expression
+@code{whitespace-big-indent-regexp}.
 
 @item space-mark
 Draw space and non-breaking characters with a special glyph.
index b0539221b8253c71a50d10d38e8db1532f7f82bc..0051868fee6376a63eeba2da86f97be73e726b4d 100644 (file)
@@ -723,7 +723,7 @@ C and Related Modes
 
 * Motion in C::         Commands to move by C statements, etc.
 * Electric C::          Colon and other chars can automatically reindent.
-* Hungry Delete::       A more powerful @key{DEL} command.
+* Hungry Delete::       A more powerful DEL command.
 * Other C Commands::    Filling comments, viewing expansion of macros,
                           and other neat features.
 
index 78203936c78ec8c5bb2f1f6f53909ea7b9414859..6efcc9d35deae03ac75497f7610e8fccfd0604fc 100644 (file)
@@ -857,7 +857,7 @@ region is active.
 
 Unlike the standard region, the region-rectangle can have its corners
 extended past the end of buffer, or inside stretches of white space
-that point normally cannot enter, like the @key{TAB}.
+that point normally cannot enter, like the TAB.
 
 @findex rectangle-exchange-point-and-mark
 @findex exchange-point-and-mark@r{, in rectangle-mark-mode}
index 970647e12779114e7e07fe74b7424f4c4a452dc2..42891245451d3de3fd43e2b3012a2256e50db3df 100644 (file)
@@ -1587,7 +1587,7 @@ with Emacs.
 @menu
 * Motion in C::                 Commands to move by C statements, etc.
 * Electric C::                  Colon and other chars can automatically reindent.
-* Hungry Delete::               A more powerful @key{DEL} command.
+* Hungry Delete::               A more powerful DEL command.
 * Other C Commands::            Filling comments, viewing expansion of macros,
                                 and other neat features.
 @end menu
index bd1f671225c61de6c05ca7b8a6f626c68024a264..fbf943a08c7f424a235f7f97cff19fc282da71b7 100644 (file)
@@ -4599,7 +4599,7 @@ first character in the group of consecutive characters that have the
 same @code{display} property.  The space width is the pixel width of
 that character, multiplied by @var{factor}.  (On text-mode terminals,
 the ``pixel width'' of a character is usually 1, but it could be more
-for @key{TAB}s and double-width CJK characters.)
+for TABs and double-width CJK characters.)
 
 @item :align-to @var{hpos}
 Specifies that the space should be wide enough to reach @var{hpos}.