emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 97660fa: Doc fix for checkdoc-continue


From: Eric Abrahamsen
Subject: [Emacs-diffs] emacs-26 97660fa: Doc fix for checkdoc-continue
Date: Thu, 1 Nov 2018 16:21:49 -0400 (EDT)

branch: emacs-26
commit 97660fa9d60ef138bea7ec5f7a6b5d2880497066
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Doc fix for checkdoc-continue
    
    * 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 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index f2bf15d..f8f6a5c 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]