(log-view-diff): Clarify doc string.

This commit is contained in:
Nick Roberts
2005-12-02 07:59:56 +00:00
parent e7d42ea719
commit 312794fe91

View File

@@ -196,9 +196,9 @@
(defun log-view-diff (beg end)
"Get the diff for several revisions.
If the point is the same as the mark, get the diff for this revision.
Otherwise, get the diff between the revisions
were the region starts and ends."
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."
(interactive
(list (if mark-active (region-beginning) (point))
(if mark-active (region-end) (point))))