(show-trailing-whitespace): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-08-14 12:39:53 +00:00
parent 89a336faf2
commit eaa600194f

View 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