# HG changeset patch # User Eli Zaretskii # Date 997792793 0 # Node ID 3ddaeeda30c555364c9b18c0b46048343786f57c # Parent ee23b9f37f8044c88104ea1b81c5125d19d9ca12 (show-trailing-whitespace): Doc fix. diff -r ee23b9f37f80 -r 3ddaeeda30c5 lisp/frame.el --- 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