Mercurial > emacs
changeset 56162:de7deaab0320
(show-trailing-whitespace): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 19 Jun 2004 16:07:11 +0000 |
parents | a8ce8bdfcee6 |
children | 4707c2a46b0f |
files | lisp/frame.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Sat Jun 19 16:02:06 2004 +0000 +++ b/lisp/frame.el Sat Jun 19 16:07:11 2004 +0000 @@ -1191,9 +1191,8 @@ (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)