aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc/vc-annotate.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d93dd27477a..551e12f94ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-03-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
4 Fix typo in docstring.
5
12011-04-08 Eli Zaretskii <eliz@gnu.org> 62011-04-08 Eli Zaretskii <eliz@gnu.org>
2 7
3 * simple.el (list-processes): If async subprocesses are not 8 * simple.el (list-processes): If async subprocesses are not
diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el
index 479dbb5caea..271fce12429 100644
--- a/lisp/vc/vc-annotate.el
+++ b/lisp/vc/vc-annotate.el
@@ -489,7 +489,7 @@ Return a cons (REV . FILENAME)."
489 "Visit the log of the revision at line. 489 "Visit the log of the revision at line.
490If the VC backend supports it, only show the log entry for the revision. 490If the VC backend supports it, only show the log entry for the revision.
491If a *vc-change-log* buffer exists and already shows a log for 491If a *vc-change-log* buffer exists and already shows a log for
492the file in question, search for the log entry required and move point ." 492the file in question, search for the log entry required and move point."
493 (interactive) 493 (interactive)
494 (if (not (equal major-mode 'vc-annotate-mode)) 494 (if (not (equal major-mode 'vc-annotate-mode))
495 (message "Cannot be invoked outside of a vc annotate buffer") 495 (message "Cannot be invoked outside of a vc annotate buffer")