Variable: diff-advance-after-apply-hunk
diff-advance-after-apply-hunk is a customizable variable defined in
diff-mode.el.gz.
Value
t
Documentation
Non-nil means diff-apply-hunk will move to the next hunk after applying.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(defcustom diff-advance-after-apply-hunk t
"Non-nil means `diff-apply-hunk' will move to the next hunk after applying."
:type 'boolean)