Mercurial > emacs
changeset 38812:3ddaeeda30c5
(show-trailing-whitespace): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 14 Aug 2001 12:39:53 +0000 |
parents | ee23b9f37f80 |
children | 67215478a141 |
files | lisp/frame.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Tue Aug 14 12:33:03 2001 +0000 +++ b/lisp/frame.el Tue Aug 14 12:39:53 2001 +0000 @@ -1093,7 +1093,9 @@ (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