]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-trailing-whitespace): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2001 12:39:53 +0000 (12:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2001 12:39:53 +0000 (12:39 +0000)
lisp/frame.el

index 6c7c16aa98d3a948c2977481a280c8ea8496163d..20f2b6e83aa3afa6e383135ab7bab12ca3b1cbb9 100644 (file)
@@ -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