diff options
author | Andreas Schwab <schwab@suse.de> | 2004-05-08 16:38:33 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-05-08 16:38:33 +0000 |
commit | 07051573a81cc2eea9fb6db7409f37ad64842591 (patch) | |
tree | c2a44a76ad4e9f9eeada4d16bda639f8eb2c031d /lisp/emacs-lisp/checkdoc.el | |
parent | 88214ef69ef9698b96644d61f0580dca89f70924 (diff) | |
download | emacs-07051573a81cc2eea9fb6db7409f37ad64842591.tar.gz emacs-07051573a81cc2eea9fb6db7409f37ad64842591.tar.bz2 emacs-07051573a81cc2eea9fb6db7409f37ad64842591.zip |
(checkdoc-minor-mode): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 67de4a96223..2aba3ea254c 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1246,7 +1246,7 @@ generating a buffered list of errors." With prefix ARG, turn Checkdoc minor mode on iff ARG is positive. In Checkdoc minor mode, the usual bindings for `eval-defun' which is -bound to \\<checkdoc-minor-mode-map> \\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include +bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include checking of documentation strings. \\{checkdoc-minor-mode-map}" |