summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-14 12:39:53 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-14 12:39:53 +0000
commitdf8a749862be7ab5ab7418d5eb0a70fb76714978 (patch)
tree612807478465d256f8545d1f74c0ed5934bccb82 /lisp/frame.el
parent710adeb26687cf78e9fc659560cd2cfffae9c461 (diff)
downloademacs-df8a749862be7ab5ab7418d5eb0a70fb76714978.tar.gz
(show-trailing-whitespace): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 6c7c16aa98d..20f2b6e83aa 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1093,7 +1093,9 @@ left untouched. FRAME nil or omitted means use the selected frame."
(make-variable-buffer-local 'show-trailing-whitespace)
(defcustom show-trailing-whitespace nil
- "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'."
+ "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'.
+
+Setting this variable makes it local to the current buffer."
:tag "Highlight trailing whitespace."
:set #'(lambda (symbol value) (set-default symbol value))
:type 'boolean