aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-14 12:39:53 +0000
committerEli Zaretskii2001-08-14 12:39:53 +0000
commiteaa600194f54b4e5a0681a24e5bda9532e99e75c (patch)
tree49831b70346cda5f311ab96644f7829cac280b9f
parent89a336faf29e9eaf7142775942f7875b0508062e (diff)
downloademacs-eaa600194f54b4e5a0681a24e5bda9532e99e75c.tar.gz
emacs-eaa600194f54b4e5a0681a24e5bda9532e99e75c.zip
(show-trailing-whitespace): Doc fix.
-rw-r--r--lisp/frame.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 6c7c16aa98d..20f2b6e83aa 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1093,7 +1093,9 @@ left untouched. FRAME nil or omitted means use the selected frame."
1093(make-variable-buffer-local 'show-trailing-whitespace) 1093(make-variable-buffer-local 'show-trailing-whitespace)
1094 1094
1095(defcustom show-trailing-whitespace nil 1095(defcustom show-trailing-whitespace nil
1096 "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'." 1096 "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'.
1097
1098Setting this variable makes it local to the current buffer."
1097 :tag "Highlight trailing whitespace." 1099 :tag "Highlight trailing whitespace."
1098 :set #'(lambda (symbol value) (set-default symbol value)) 1100 :set #'(lambda (symbol value) (set-default symbol value))
1099 :type 'boolean 1101 :type 'boolean