Mercurial > emacs
changeset 24637:331cca02c844
(winner-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 18:48:11 +0000 |
parents | 70dac4133a3b |
children | 39d56f4cc4fd |
files | lisp/winner.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/winner.el Tue Apr 27 16:05:14 1999 +0000 +++ b/lisp/winner.el Tue Apr 27 18:48:11 1999 +0000 @@ -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