lisp/vc-annotate.el: Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Mar 2011 01:57:22 +0000 (02:57 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Mar 2011 01:57:22 +0000 (02:57 +0100)
lisp/ChangeLog
lisp/vc-annotate.el

index 602b60c..4c71d21 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       Fix typo in docstring.
+
 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
 
        * emerge.el (emerge-metachars): Separate value for ms-dos and
index 45cb2ae..35c1050 100644 (file)
@@ -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")