Function: diff-file-prev

diff-file-prev is an interactive and byte-compiled function defined in diff-mode.el.gz.

Signature

(diff-file-prev &optional COUNT)

Documentation

Go to the previous COUNT'th file.

Interactively, COUNT is the prefix numeric argument, and defaults to 1.

View in manual

Probably introduced at or before Emacs version 31.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)