changeset 24549:976752e904ce

(winner-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:30:20 +0000
parents a24270f60a41
children d0b40f823255
files lisp/winner.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/winner.el	Tue Mar 30 21:30:12 1999 +0000
+++ b/lisp/winner.el	Tue Mar 30 21:30:20 1999 +0000
@@ -55,7 +55,8 @@
 ;;;###autoload
 (defcustom winner-mode nil
   "Toggle winner-mode.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `winner-mode'.
   :set #'(lambda (symbol value)
 	   (winner-mode (or value 0)))
   :initialize 'custom-initialize-default