(show-trailing-whitespace): Doc fix.
This commit is contained in:
parent
a075569a29
commit
e6c45c2987
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* frame.el (show-trailing-whitespace): Doc fix.
|
||||
|
||||
* cus-edit.el (custom-variable-documentation): New function.
|
||||
(custom-variable): Use it.
|
||||
|
||||
2004-06-19 Nick Roberts <nickrob@gnu.org>
|
||||
|
||||
* man.el (Man-getpage-in-background): Revert previous change but
|
||||
|
|
|
@ -1191,9 +1191,8 @@ 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'.
|
||||
|
||||
Setting this variable makes it local to the current buffer."
|
||||
"*Non-nil means highlight trailing whitespace.
|
||||
This is done in the face `trailing-whitespace'."
|
||||
:tag "Highlight trailing whitespace."
|
||||
:type 'boolean
|
||||
:group 'font-lock)
|
||||
|
|
Loading…
Add table
Reference in a new issue