Mercurial > emacs
comparison lisp/winner.el @ 24549:976752e904ce
(winner-mode): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 21:30:20 +0000 |
parents | d66c9c7b4927 |
children | d0b40f823255 |
comparison
equal
deleted
inserted
replaced
24548:a24270f60a41 | 24549:976752e904ce |
---|---|
53 | 53 |
54 | 54 |
55 ;;;###autoload | 55 ;;;###autoload |
56 (defcustom winner-mode nil | 56 (defcustom winner-mode nil |
57 "Toggle winner-mode. | 57 "Toggle winner-mode. |
58 You must modify via \\[customize] for this variable to have an effect." | 58 This variable should be set only with \\[customize], which is equivalent |
59 to 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 |
62 :type 'boolean | 63 :type 'boolean |
63 :group 'winner | 64 :group 'winner |