changeset 105246:e0bd6a2a8ee5

(log-view-diff,log-view-diff-changeset): Improve docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Sep 2009 04:33:20 +0000
parents 41de8bc6a7be
children c23221ea3e52
files lisp/log-view.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/log-view.el	Mon Sep 28 02:01:52 2009 +0000
+++ b/lisp/log-view.el	Mon Sep 28 04:33:20 2009 +0000
@@ -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))))