aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:30:20 +0000
committerKarl Heuer1999-03-30 21:30:20 +0000
commit495a3f8d9e7c4471d649875ac40700830422f553 (patch)
tree996e49d5dc62fcef3377304c6e2fb0d3fc168af2
parent3f579f6af7996d411061b682c53313140fa26537 (diff)
downloademacs-495a3f8d9e7c4471d649875ac40700830422f553.tar.gz
emacs-495a3f8d9e7c4471d649875ac40700830422f553.zip
(winner-mode): Doc fix.
-rw-r--r--lisp/winner.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/winner.el b/lisp/winner.el
index 2b510320056..7731ee9f2e4 100644
--- a/lisp/winner.el
+++ b/lisp/winner.el
@@ -55,7 +55,8 @@
55;;;###autoload 55;;;###autoload
56(defcustom winner-mode nil 56(defcustom winner-mode nil
57 "Toggle winner-mode. 57 "Toggle winner-mode.
58You must modify via \\[customize] for this variable to have an effect." 58This variable should be set only with \\[customize], which is equivalent
59to using the function `winner-mode'.
59 :set #'(lambda (symbol value) 60 :set #'(lambda (symbol value)
60 (winner-mode (or value 0))) 61 (winner-mode (or value 0)))
61 :initialize 'custom-initialize-default 62 :initialize 'custom-initialize-default