Mercurial > emacs
changeset 35562:6b8b7796f28b
(define-minor-mode): Docstring fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 Jan 2001 15:31:00 +0000 |
parents | de0e4fecd023 |
children | a61786eb7fe1 |
files | lisp/emacs-lisp/easy-mmode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easy-mmode.el Thu Jan 25 14:52:11 2001 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Thu Jan 25 15:31:00 2001 +0000 @@ -144,14 +144,14 @@ ,(if (not globalp) `(progn (defvar ,mode ,init-value ,(format "Non-nil if %s is enabled. -Use the function `%s' to change this variable." pretty-name mode)) +Use the command `%s' to change this variable." pretty-name mode)) (make-variable-buffer-local ',mode)) (let ((curfile (or (and (boundp 'byte-compile-current-file) byte-compile-current-file) load-file-name))) `(defcustom ,mode ,init-value - ,(format "Toggle %s on or off. + ,(format "Non-nil if %s is enabled. See the command `%s' for a description of this minor-mode. Setting this variable directly does not take effect; use either \\[customize] or the function `%s'."