aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-14 13:14:31 +0000
committerEli Zaretskii2001-08-14 13:14:31 +0000
commit86354bc09a1a29a6bd7a70e1fbd364f4b1afff5f (patch)
tree437942ed7bff3582111d1431a961810b84508f29
parent5fb125b49c7c623115b1474e9cc9474d76df6ad2 (diff)
downloademacs-86354bc09a1a29a6bd7a70e1fbd364f4b1afff5f.tar.gz
emacs-86354bc09a1a29a6bd7a70e1fbd364f4b1afff5f.zip
(Trailing Whitespace): Document that the option is buffer-local.
Suggested by Robert Marshall <robert@chezmarshall.freeserve.co.uk>.
-rw-r--r--man/display.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/display.texi b/man/display.texi
index 02e9bc0af27..ea55a8c4882 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -147,7 +147,7 @@ font of LessTif/Motif menus is currently not supported; attempts to set
147the font are ignored in this case. 147the font are ignored in this case.
148@item trailing-whitespace 148@item trailing-whitespace
149The face for highlighting trailing whitespace when 149The face for highlighting trailing whitespace when
150@code{show-trailing-whitespace} is non-nil. 150@code{show-trailing-whitespace} is non-nil; see @ref{Trailing Whitespace}.
151@item variable-pitch 151@item variable-pitch
152The basic variable-pitch face. 152The basic variable-pitch face.
153@end table 153@end table
@@ -377,9 +377,10 @@ This command does nothing if the major mode is a member of the list
377realizing it. In most cases, this @dfn{trailing whitespace} has no 377realizing it. In most cases, this @dfn{trailing whitespace} has no
378effect, but there are special circumstances where it matters. 378effect, but there are special circumstances where it matters.
379 379
380 You can make trailing whitespace visible on the screen by setting 380 You can make trailing whitespace visible on the screen by setting the
381the variable @code{show-trailing-whitespace} to @code{t}. Then Emacs 381buffer-local variable @code{show-trailing-whitespace} to @code{t}. Then
382displays trailing whitespace in the face @code{trailing-whitespace}. 382Emacs displays trailing whitespace in the face
383@code{trailing-whitespace}.
383 384
384 Trailing whitespace is defined as spaces or tabs at the end of a 385 Trailing whitespace is defined as spaces or tabs at the end of a
385line. But trailing whitespace is not displayed specially if point is 386line. But trailing whitespace is not displayed specially if point is