Mercurial > emacs
changeset 107677:6dc6d78ccf45
* vc.el (vc-print-log, vc-print-root-log): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 Mar 2010 18:58:46 -0400 |
parents | e0b20352344e |
children | cca79b32ecaa 87a59bef0c62 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 25 18:57:13 2010 -0400 +++ b/lisp/ChangeLog Thu Mar 25 18:58:46 2010 -0400 @@ -1,5 +1,7 @@ 2010-03-25 Chong Yidong <cyd@stupidchicken.com> + * vc.el (vc-print-log, vc-print-root-log): Doc fix. + * simple.el (append-to-buffer): Fix last change. 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
--- a/lisp/vc.el Thu Mar 25 18:57:13 2010 -0400 +++ b/lisp/vc.el Thu Mar 25 18:58:46 2010 -0400 @@ -1931,7 +1931,12 @@ ;;;###autoload (defun vc-print-log (&optional working-revision limit) "List the change log of the current fileset in a window. -If WORKING-REVISION is non-nil, leave the point at that revision." +If WORKING-REVISION is non-nil, leave point at that revision. +If LIMIT is non-nil, it should be a number specifying the maximum +number of revisions to show; the default is `vc-log-show-limit'. + +When called interactively with a prefix argument, prompt for +WORKING-REVISION and LIMIT." (interactive (cond (current-prefix-arg @@ -1955,7 +1960,10 @@ ;;;###autoload (defun vc-print-root-log (&optional limit) - "List the change log of for the current VC controlled tree in a window." + "List the change log for the current VC controlled tree in a window. +If LIMIT is non-nil, it should be a number specifying the maximum +number of revisions to show; the default is `vc-log-show-limit'. +When called interactively with a prefix argument, prompt for LIMIT." (interactive (cond (current-prefix-arg