Minor fixes.
This commit is contained in:
parent
5632c006df
commit
0f31dcfc61
1 changed files with 4 additions and 3 deletions
|
@ -163,7 +163,8 @@ font of LessTif/Motif menus is currently not supported; attempts to set
|
|||
the font are ignored in this case.
|
||||
@item trailing-whitespace
|
||||
The face for highlighting trailing whitespace when
|
||||
@code{show-trailing-whitespace} is non-nil; see @ref{Useless Whitespace}.
|
||||
@code{show-trailing-whitespace} is non-@code{nil}; see @ref{Useless
|
||||
Whitespace}.
|
||||
@item variable-pitch
|
||||
The basic variable-pitch face.
|
||||
@end table
|
||||
|
@ -681,8 +682,8 @@ the form-feed characters.)
|
|||
@vindex default-indicate-empty-lines
|
||||
@cindex empty lines
|
||||
@cindex fringes, and empty line indication
|
||||
Emacs can indicate empty lines at the end of the buffer with a special
|
||||
bitmap in the left fringe of the window (@pxref{Fringes}). To enable
|
||||
Emacs can indicate empty lines at the end of the buffer with a small
|
||||
image in the left fringe of the window (@pxref{Fringes}). To enable
|
||||
this feature, set the buffer-local variable @code{indicate-empty-lines}
|
||||
to a non-@code{nil} value. The default value of this variable is
|
||||
controlled by the variable @code{default-indicate-empty-lines}; by
|
||||
|
|
Loading…
Add table
Reference in a new issue