aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>1999-04-27 18:48:11 +0000
committerDave Love <[email protected]>1999-04-27 18:48:11 +0000
commite96394e9f4d3ee288ac55d94024a0dee2910da1a (patch)
tree311b5625bdf574ad9ed5a54ad7bf4c572b5f8e52
parent595ab6b848d25cd83581cbd2e5192c9dac02b1ad (diff)
(winner-mode): Doc fix.
-rw-r--r--lisp/winner.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/winner.el b/lisp/winner.el
index 6f07d5bf45..985193a461 100644
--- a/lisp/winner.el
+++ b/lisp/winner.el
@@ -55,8 +55,8 @@
;;;###autoload
(defcustom winner-mode nil
"Toggle winner-mode.
-This variable should be set only with \\[customize], which is equivalent
-to using the function `winner-mode'."
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `winner-mode'."
:set #'(lambda (symbol value)
(winner-mode (or value 0)))
:initialize 'custom-initialize-default