diff options
| author | Sean Whitton | 2025-05-13 10:09:26 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-05-13 10:09:26 +0100 |
| commit | a8309895ae83a18dbdfe4afae49152e98bee1e6f (patch) | |
| tree | 886f31f26cf05a52fdd25b5e94566fef852c1ca2 | |
| parent | d1be1c91e0618da5129fcc5a8d42146277efac57 (diff) | |
| download | emacs-a8309895ae83a18dbdfe4afae49152e98bee1e6f.tar.gz emacs-a8309895ae83a18dbdfe4afae49152e98bee1e6f.zip | |
; * lisp/vc/diff-mode.el (diff-mode-shared-map): Document.
| -rw-r--r-- | lisp/vc/diff-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index c76c916ec70..6c7cd321745 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -180,6 +180,10 @@ The default \"-b\" means to ignore whitespace-only changes, | |||
| 180 | ;;;; | 180 | ;;;; |
| 181 | 181 | ||
| 182 | (defvar-keymap diff-mode-shared-map | 182 | (defvar-keymap diff-mode-shared-map |
| 183 | :doc "Additional bindings for read-only `diff-mode' buffers. | ||
| 184 | These bindings are also available with an ESC prefix | ||
| 185 | (i.e. a \\=`M-' prefix) in read-write `diff-mode' buffers, | ||
| 186 | and with a `diff-minor-mode-prefix' prefix in `diff-minor-mode'." | ||
| 183 | "n" #'diff-hunk-next | 187 | "n" #'diff-hunk-next |
| 184 | "N" #'diff-file-next | 188 | "N" #'diff-file-next |
| 185 | "p" #'diff-hunk-prev | 189 | "p" #'diff-hunk-prev |