emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog allout.el vc-annotate.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog allout.el vc-annotate.el
Date: Sun, 23 Nov 2008 05:48:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/11/23 05:48:44

Modified files:
        lisp           : ChangeLog allout.el vc-annotate.el 

Log message:
        * allout.el (allout-mode): Fix typo in docstring.
        
        * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
          (vc-annotate-very-old-color, vc-annotate-display): Fix docstring 
typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14841&r2=1.14842
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/allout.el?cvsroot=emacs&r1=1.108&r2=1.109
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-annotate.el?cvsroot=emacs&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14841
retrieving revision 1.14842
diff -u -b -r1.14841 -r1.14842
--- ChangeLog   23 Nov 2008 05:10:53 -0000      1.14841
+++ ChangeLog   23 Nov 2008 05:48:41 -0000      1.14842
@@ -1,3 +1,10 @@
+2008-11-23  Juanma Barranquero  <address@hidden>
+
+       * allout.el (allout-mode): Fix typo in docstring.
+
+       * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
+       (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
+
 2008-11-23  Stefan Monnier  <address@hidden>
 
        * vc-hooks.el (vc-follow-link): Complete last change.

Index: allout.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/allout.el,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- allout.el   23 May 2008 04:44:07 -0000      1.108
+++ allout.el   23 Nov 2008 05:48:43 -0000      1.109
@@ -1830,7 +1830,7 @@
 this special translation, so you can use them to get out of the
 hot-spot and back to normal editing operation.
 
-In allout-mode, the normal beginning-of-line command 
(\\[allout-beginning-of-line]]) is
+In allout-mode, the normal beginning-of-line command 
(\\[allout-beginning-of-line]) is
 replaced with one that makes it easy to get to the hot-spot.  If you
 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
 is set) to the beginning of the item and then, if you hit it again

Index: vc-annotate.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-annotate.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- vc-annotate.el      5 Jul 2008 18:03:02 -0000       1.5
+++ vc-annotate.el      23 Nov 2008 05:48:44 -0000      1.6
@@ -100,7 +100,7 @@
   :group 'vc)
 
 (defcustom vc-annotate-very-old-color "#3F3FFF"
-  "Color for lines older than the current color range in \\[vc-annotate]]."
+  "Color for lines older than the current color range in \\[vc-annotate]."
   :type 'string
   :group 'vc)
 
@@ -512,12 +512,11 @@
 (defun vc-annotate-warp-revision (revspec)
   "Annotate the revision described by REVSPEC.
 
-If REVSPEC is a positive integer, warp that many revisions
-forward, if possible, otherwise echo a warning message.  If
-REVSPEC is a negative integer, warp that many revisions backward,
+If REVSPEC is a positive integer, warp that many revisions forward,
 if possible, otherwise echo a warning message.  If REVSPEC is a
-string, then it describes a revision number, so warp to that
-revision."
+negative integer, warp that many revisions backward, if possible,
+otherwise echo a warning message.  If REVSPEC is a string, then it
+describes a revision number, so warp to that revision."
   (if (not (equal major-mode 'vc-annotate-mode))
       (message "Cannot be invoked outside of a vc annotate buffer")
     (let* ((buf (current-buffer))
@@ -591,7 +590,7 @@
 
 (defun vc-annotate-display (ratio &optional offset)
   "Highlight `vc-annotate' output in the current buffer.
-RATIO, is the expansion that should be applied to `vc-annotate-color-map'.
+RATIO is the expansion that should be applied to `vc-annotate-color-map'.
 The annotations are relative to the current time, unless overridden by OFFSET."
   (when (/= ratio 1.0)
     (set (make-local-variable 'vc-annotate-color-map)




reply via email to

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