Mercurial > emacs
changeset 67249:c87560232a0a
(log-view-diff): Clarify doc string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 02 Dec 2005 07:59:56 +0000 |
parents | f6e58976b34e |
children | b08f33ef5fa1 |
files | lisp/log-view.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/log-view.el Fri Dec 02 07:59:09 2005 +0000 +++ b/lisp/log-view.el Fri Dec 02 07:59:56 2005 +0000 @@ -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))))