1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Describe new key bindings in vc-annotate-mode.

This commit is contained in:
André Spiegel 2004-01-20 17:46:50 +00:00
parent 2a7790cf91
commit 7aa518f3d7

View File

@ -1549,6 +1549,20 @@ use for the modifiers. For example, the following two lines swap
Meta and Alt:
(setq x-alt-keysym 'meta)
(setq x-meta-keysym 'alt)
** vc-annotate-mode enhancements
In vc-annotate mode, you can now use the following key bindings for
enhanced functionality to browse the annotations of past revisions, or
to view diffs or log entries directly from vc-annotate-mode:
P: annotates the previous revision
N: annotates the next revision
J: annotates the revision at line
A: annotates the revision previous to line
D: shows the diff of the revision at line with its previous revision
L: shows the log of the revision at line
W: annotates the workfile (most up to date) version
* New modes and packages in 21.4