Function: diff-file-next
diff-file-next is an interactive and byte-compiled function defined in
diff-mode.el.gz.
Signature
(diff-file-next &optional COUNT)
Documentation
Go to the next COUNT'th file.
Interactively, COUNT is the prefix numeric argument, and defaults to 1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(easy-mmode-define-navigation
diff-file diff-file-header-re "file" diff-end-of-file)