emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp log-view.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp log-view.el
Date: Mon, 28 Sep 2009 04:33:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/09/28 04:33:20

Modified files:
        lisp           : log-view.el 

Log message:
        (log-view-diff,log-view-diff-changeset): Improve docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/log-view.el?cvsroot=emacs&r1=1.59&r2=1.60

Patches:
Index: log-view.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/log-view.el,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- log-view.el 1 Sep 2009 07:24:19 -0000       1.59
+++ log-view.el 28 Sep 2009 04:33:20 -0000      1.60
@@ -483,7 +483,9 @@
 If the mark is not active or the mark is on the revision at point,
 get the diff between the revision at point and its previous revision.
 Otherwise, get the diff between the revisions where the region starts
-and ends."
+and ends.
+Contrary to `log-view-diff-changeset', it will only show the part of the
+changeset that affected the currently considered file(s)."
   (interactive
    (list (if mark-active (region-beginning) (point))
          (if mark-active (region-end) (point))))
@@ -508,7 +510,9 @@
 If the mark is not active or the mark is on the revision at point,
 get the diff between the revision at point and its previous revision.
 Otherwise, get the diff between the revisions where the region starts
-and ends."
+and ends.
+Contrary to `log-view-diff', it will show the whole changeset including
+the changes that affected other files than the currently considered file(s)."
   (interactive
    (list (if mark-active (region-beginning) (point))
          (if mark-active (region-end) (point))))




reply via email to

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