]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for checkdoc-continue
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 1 Nov 2018 20:21:27 +0000 (13:21 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 1 Nov 2018 20:21:27 +0000 (13:21 -0700)
* lisp/emacs-lisp/checkdoc.el (checkdoc-continue): There is no second
  optional argument, and the function always starts from point.

lisp/emacs-lisp/checkdoc.el

index f2bf15d72def4385e725751070e3b18134e96b4d..f8f6a5c236f78676a90a2339a1e030f4f53ac717 100644 (file)
@@ -901,9 +901,8 @@ a separate buffer."
 ;;;###autoload
 (defun checkdoc-continue (&optional take-notes)
   "Find the next doc string in the current buffer which has a style error.
-Prefix argument TAKE-NOTES means to continue through the whole buffer and
-save warnings in a separate buffer.  Second optional argument START-POINT
-is the starting location.  If this is nil, `point-min' is used instead."
+Prefix argument TAKE-NOTES means to continue through the whole
+buffer and save warnings in a separate buffer."
   (interactive "P")
   (let ((wrong nil) (msg nil)
        ;; Assign a flag to spellcheck flag