emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el
Date: Wed, 14 Dec 2005 10:19:01 +0000

Index: emacs/lisp/log-view.el
diff -u emacs/lisp/log-view.el:1.24 emacs/lisp/log-view.el:1.25
--- emacs/lisp/log-view.el:1.24 Fri Dec  2 07:59:56 2005
+++ emacs/lisp/log-view.el      Wed Dec 14 10:19:01 2005
@@ -195,10 +195,11 @@
 ;;
 
 (defun log-view-diff (beg end)
-  "Get the diff for several revisions.
-If the point is the same as the mark or the mark is not active,
-get the diff for this revision.  Otherwise, get the diff between
-the revisions where the region starts and ends."
+  "Get the diff between two revisions.
+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."
   (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]