emacs-diffs
[Top][All Lists]
Advanced

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

master 8d4fffb643: Remove text mistakenly added to the diff--iterate-hun


From: Lars Ingebrigtsen
Subject: master 8d4fffb643: Remove text mistakenly added to the diff--iterate-hunks doc string
Date: Fri, 21 Jan 2022 08:32:10 -0500 (EST)

branch: master
commit 8d4fffb6437bd86300c924034c8f787a62064dd1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove text mistakenly added to the diff--iterate-hunks doc string
    
    * lisp/vc/diff-mode.el (diff--iterate-hunks): Remove text added by
    mistake to the doc string.
---
 lisp/vc/diff-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index ae2f545966..731d1e8256 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2270,8 +2270,7 @@ Return new point, if it was moved."
 
 (defun diff--iterate-hunks (max fun)
   "Iterate over all hunks between point and MAX.
-Call FUN with two args (BEG and END) for each hunk.
-If INHIBIT-ERROR, ignore malformed hunks."
+Call FUN with two args (BEG and END) for each hunk."
   (save-excursion
     (catch 'malformed
       (let* ((beg (or (ignore-errors (diff-beginning-of-hunk))



reply via email to

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