; * lisp/vc/diff-mode.el (diff-mode-shared-map): Document.

This commit is contained in:
Sean Whitton 2025-05-13 10:09:26 +01:00
parent d1be1c91e0
commit a8309895ae

View file

@ -180,6 +180,10 @@ The default \"-b\" means to ignore whitespace-only changes,
;;;;
(defvar-keymap diff-mode-shared-map
:doc "Additional bindings for read-only `diff-mode' buffers.
These bindings are also available with an ESC prefix
(i.e. a \\=`M-' prefix) in read-write `diff-mode' buffers,
and with a `diff-minor-mode-prefix' prefix in `diff-minor-mode'."
"n" #'diff-hunk-next
"N" #'diff-file-next
"p" #'diff-hunk-prev