@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.
* 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.
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}
@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
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}.