unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* checkdoc doc fix
@ 2018-11-01 19:27 Eric Abrahamsen
  2018-11-01 19:47 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Abrahamsen @ 2018-11-01 19:27 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 87 bytes --]

Very meta.

Can I apply doc fixes to the release branch without checking first?

Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Doc-fix-for-checkdoc-continue.patch --]
[-- Type: text/x-patch, Size: 1221 bytes --]

From b957d2bf54bd24022da49e79078ea87162a08b9c Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen <eric@ericabrahamsen.net>
Date: Thu, 1 Nov 2018 12:18:15 -0700
Subject: [PATCH] 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 83929beb1e..86d211c729 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -884,9 +884,8 @@ checkdoc-start
 ;;;###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
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: checkdoc doc fix
  2018-11-01 19:27 checkdoc doc fix Eric Abrahamsen
@ 2018-11-01 19:47 ` Eli Zaretskii
  2018-11-01 20:21   ` Eric Abrahamsen
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-11-01 19:47 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-devel

> From: Eric Abrahamsen <eric@ericabrahamsen.net>
> Date: Thu, 01 Nov 2018 12:27:17 -0700
> 
> Can I apply doc fixes to the release branch without checking first?

Yes, thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: checkdoc doc fix
  2018-11-01 19:47 ` Eli Zaretskii
@ 2018-11-01 20:21   ` Eric Abrahamsen
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2018-11-01 20:21 UTC (permalink / raw)
  To: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Eric Abrahamsen <eric@ericabrahamsen.net>
>> Date: Thu, 01 Nov 2018 12:27:17 -0700
>> 
>> Can I apply doc fixes to the release branch without checking first?
>
> Yes, thanks.

Cool, done.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-01 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 19:27 checkdoc doc fix Eric Abrahamsen
2018-11-01 19:47 ` Eli Zaretskii
2018-11-01 20:21   ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).