From: Eli Zaretskii Date: Tue, 14 Aug 2001 12:39:53 +0000 (+0000) Subject: (show-trailing-whitespace): Doc fix. X-Git-Tag: emacs-pretest-21.0.105~187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eaa600194f54b4e5a0681a24e5bda9532e99e75c;p=emacs.git (show-trailing-whitespace): Doc fix. --- 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