diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-03-24 02:57:22 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-03-24 02:57:22 +0100 |
commit | ddc20cdb0235bf1b1840a517044e56b7eae3d07a (patch) | |
tree | bfa38dcc86cbd149ecef0ed17b27c536826b036c /lisp/vc-annotate.el | |
parent | 9079590244f4ef4fa0a028536c8d61542acec012 (diff) | |
download | emacs-ddc20cdb0235bf1b1840a517044e56b7eae3d07a.tar.gz emacs-ddc20cdb0235bf1b1840a517044e56b7eae3d07a.tar.bz2 emacs-ddc20cdb0235bf1b1840a517044e56b7eae3d07a.zip |
lisp/vc-annotate.el: Fix typo.
Diffstat (limited to 'lisp/vc-annotate.el')
-rw-r--r-- | lisp/vc-annotate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index 45cb2aee5a9..35c105027b3 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -488,7 +488,7 @@ Return a cons (REV . FILENAME)." "Visit the log of the revision at line. If the VC backend supports it, only show the log entry for the revision. If a *vc-change-log* buffer exists and already shows a log for -the file in question, search for the log entry required and move point ." +the file in question, search for the log entry required and move point." (interactive) (if (not (equal major-mode 'vc-annotate-mode)) (message "Cannot be invoked outside of a vc annotate buffer") |