From: Luc Teirlinck Date: Sat, 19 Jun 2004 16:11:02 +0000 (+0000) Subject: (show-trailing-whitespace): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6c45c2987923aa149f2589fcfea2b4571b1b1c8;p=emacs.git (show-trailing-whitespace): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea8be78bb75..f326a9a6b82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-06-19 Luc Teirlinck + + * frame.el (show-trailing-whitespace): Doc fix. + + * cus-edit.el (custom-variable-documentation): New function. + (custom-variable): Use it. + 2004-06-19 Nick Roberts * man.el (Man-getpage-in-background): Revert previous change but diff --git a/lisp/frame.el b/lisp/frame.el index 85b3270a077..446bda55775 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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)