emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100536: lisp/vc-annotate.el: Fix


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100536: lisp/vc-annotate.el: Fix typo.
Date: Thu, 24 Mar 2011 02:57:22 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100536
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Thu 2011-03-24 02:57:22 +0100
message:
  lisp/vc-annotate.el: Fix typo.
modified:
  lisp/ChangeLog
  lisp/vc-annotate.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-19 09:30:56 +0000
+++ b/lisp/ChangeLog    2011-03-24 01:57:22 +0000
@@ -1,3 +1,8 @@
+2011-03-24  Juanma Barranquero  <address@hidden>
+
+       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       Fix typo in docstring.
+
 2011-03-19  Eli Zaretskii  <address@hidden>
 
        * emerge.el (emerge-metachars): Separate value for ms-dos and

=== modified file 'lisp/vc-annotate.el'
--- a/lisp/vc-annotate.el       2011-01-02 23:50:46 +0000
+++ b/lisp/vc-annotate.el       2011-03-24 01:57:22 +0000
@@ -488,7 +488,7 @@
   "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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]