[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99679: * vc.el (vc-print-log, v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99679: * vc.el (vc-print-log, vc-print-root-log): Doc fix. |
Date: |
Thu, 25 Mar 2010 18:58:46 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99679
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-03-25 18:58:46 -0400
message:
* vc.el (vc-print-log, vc-print-root-log): Doc fix.
modified:
lisp/ChangeLog
lisp/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-03-25 05:53:30 +0000
+++ b/lisp/ChangeLog 2010-03-25 22:58:46 +0000
@@ -1,5 +1,7 @@
2010-03-25 Chong Yidong <address@hidden>
+ * vc.el (vc-print-log, vc-print-root-log): Doc fix.
+
* simple.el (append-to-buffer): Fix last change.
2010-03-24 Chong Yidong <address@hidden>
=== modified file 'lisp/vc.el'
--- a/lisp/vc.el 2010-01-17 21:31:25 +0000
+++ b/lisp/vc.el 2010-03-25 22:58:46 +0000
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99679: * vc.el (vc-print-log, vc-print-root-log): Doc fix.,
Chong Yidong <=