mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-12 00:50:43 -08:00
Fix last change of @key markup
* 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.
This commit is contained in:
parent
f180075f15
commit
b90e91ca54
5 changed files with 7 additions and 7 deletions
|
|
@ -1259,9 +1259,9 @@ Highlight empty lines.
|
||||||
@item big-indent
|
@item big-indent
|
||||||
@vindex whitespace-big-indent-regexp
|
@vindex whitespace-big-indent-regexp
|
||||||
Highlight too-deep indentation. By default any sequence of at least 4
|
Highlight too-deep indentation. By default any sequence of at least 4
|
||||||
consecutive @key{TAB} characters or 32 consecutive @key{SPC}
|
consecutive TAB characters or 32 consecutive SPC characters is
|
||||||
characters is highlighted. To change that, customize the regular
|
highlighted. To change that, customize the regular expression
|
||||||
expression @code{whitespace-big-indent-regexp}.
|
@code{whitespace-big-indent-regexp}.
|
||||||
|
|
||||||
@item space-mark
|
@item space-mark
|
||||||
Draw space and non-breaking characters with a special glyph.
|
Draw space and non-breaking characters with a special glyph.
|
||||||
|
|
|
||||||
|
|
@ -723,7 +723,7 @@ C and Related Modes
|
||||||
|
|
||||||
* Motion in C:: Commands to move by C statements, etc.
|
* Motion in C:: Commands to move by C statements, etc.
|
||||||
* Electric C:: Colon and other chars can automatically reindent.
|
* 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,
|
* Other C Commands:: Filling comments, viewing expansion of macros,
|
||||||
and other neat features.
|
and other neat features.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -857,7 +857,7 @@ region is active.
|
||||||
|
|
||||||
Unlike the standard region, the region-rectangle can have its corners
|
Unlike the standard region, the region-rectangle can have its corners
|
||||||
extended past the end of buffer, or inside stretches of white space
|
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 rectangle-exchange-point-and-mark
|
||||||
@findex exchange-point-and-mark@r{, in rectangle-mark-mode}
|
@findex exchange-point-and-mark@r{, in rectangle-mark-mode}
|
||||||
|
|
|
||||||
|
|
@ -1587,7 +1587,7 @@ with Emacs.
|
||||||
@menu
|
@menu
|
||||||
* Motion in C:: Commands to move by C statements, etc.
|
* Motion in C:: Commands to move by C statements, etc.
|
||||||
* Electric C:: Colon and other chars can automatically reindent.
|
* 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,
|
* Other C Commands:: Filling comments, viewing expansion of macros,
|
||||||
and other neat features.
|
and other neat features.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
|
||||||
|
|
@ -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
|
same @code{display} property. The space width is the pixel width of
|
||||||
that character, multiplied by @var{factor}. (On text-mode terminals,
|
that character, multiplied by @var{factor}. (On text-mode terminals,
|
||||||
the ``pixel width'' of a character is usually 1, but it could be more
|
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}
|
@item :align-to @var{hpos}
|
||||||
Specifies that the space should be wide enough to reach @var{hpos}.
|
Specifies that the space should be wide enough to reach @var{hpos}.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue