From: Andreas Schwab Date: Sat, 8 May 2004 16:38:33 +0000 (+0000) Subject: (checkdoc-minor-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~6351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07051573a81cc2eea9fb6db7409f37ad64842591;p=emacs.git (checkdoc-minor-mode): Doc fix. --- 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-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include +bound to \\\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include checking of documentation strings. \\{checkdoc-minor-mode-map}"