From: Nick Roberts Date: Fri, 2 Dec 2005 07:59:56 +0000 (+0000) Subject: (log-view-diff): Clarify doc string. X-Git-Tag: emacs-pretest-22.0.90~5560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=312794fe913e79cf94e6d5cd90db7e8bb7407295;p=emacs.git (log-view-diff): Clarify doc string. --- diff --git a/lisp/log-view.el b/lisp/log-view.el index cd403a83145..d640eac3835 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el @@ -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))))