summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-06-19 16:11:02 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-06-19 16:11:02 +0000
commite6c45c2987923aa149f2589fcfea2b4571b1b1c8 (patch)
tree3e9a3de16ce4436c0c37d71f43663b59ad4a2732 /lisp/frame.el
parenta075569a2988643f56657591fa52d11f1007b5d7 (diff)
downloademacs-e6c45c2987923aa149f2589fcfea2b4571b1b1c8.tar.gz
(show-trailing-whitespace): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el5
1 files changed, 2 insertions, 3 deletions
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)