aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-19 16:11:02 +0000
committerLuc Teirlinck2004-06-19 16:11:02 +0000
commite6c45c2987923aa149f2589fcfea2b4571b1b1c8 (patch)
tree3e9a3de16ce4436c0c37d71f43663b59ad4a2732
parenta075569a2988643f56657591fa52d11f1007b5d7 (diff)
downloademacs-e6c45c2987923aa149f2589fcfea2b4571b1b1c8.tar.gz
emacs-e6c45c2987923aa149f2589fcfea2b4571b1b1c8.zip
(show-trailing-whitespace): Doc fix.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/frame.el5
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea8be78bb75..f326a9a6b82 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frame.el (show-trailing-whitespace): Doc fix.
4
5 * cus-edit.el (custom-variable-documentation): New function.
6 (custom-variable): Use it.
7
12004-06-19 Nick Roberts <nickrob@gnu.org> 82004-06-19 Nick Roberts <nickrob@gnu.org>
2 9
3 * man.el (Man-getpage-in-background): Revert previous change but 10 * 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."
1191(make-variable-buffer-local 'show-trailing-whitespace) 1191(make-variable-buffer-local 'show-trailing-whitespace)
1192 1192
1193(defcustom show-trailing-whitespace nil 1193(defcustom show-trailing-whitespace nil
1194 "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'. 1194 "*Non-nil means highlight trailing whitespace.
1195 1195This is done in the face `trailing-whitespace'."
1196Setting this variable makes it local to the current buffer."
1197 :tag "Highlight trailing whitespace." 1196 :tag "Highlight trailing whitespace."
1198 :type 'boolean 1197 :type 'boolean
1199 :group 'font-lock) 1198 :group 'font-lock)