]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove text mistakenly added to the diff--iterate-hunks doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Jan 2022 13:31:11 +0000 (14:31 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Jan 2022 13:31:11 +0000 (14:31 +0100)
* lisp/vc/diff-mode.el (diff--iterate-hunks): Remove text added by
mistake to the doc string.

lisp/vc/diff-mode.el

index ae2f545966e2d1bf0beac3efb0e8daafa2e93468..731d1e8256f48848bbef6661b3c6dc655630b7f7 100644 (file)
@@ -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))