]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-minor-mode): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sat, 8 May 2004 16:38:33 +0000 (16:38 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 8 May 2004 16:38:33 +0000 (16:38 +0000)
lisp/emacs-lisp/checkdoc.el

index 67de4a96223454e022d84c5e7612448e439c5f7c..2aba3ea254c56966a1647ad3ea1ba30e61689f80 100644 (file)
@@ -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}"