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.
This commit is contained in:
parent
d7f0a0538d
commit
8d4fffb643
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue