summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-mtn.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-04-24 00:52:00 -0700
committerGlenn Morris <rgm@gnu.org>2013-04-24 00:52:00 -0700
commitbb7cdf58f6ad1ddbf2dad90568440d756fa831f1 (patch)
tree7377f89a8bf63c0eba8c2b0a4d9c0718d7a604ca /lisp/vc/vc-mtn.el
parent6933cefc4834cc5ef8d8c46fd2379578240c4f1e (diff)
downloademacs-bb7cdf58f6ad1ddbf2dad90568440d756fa831f1.tar.gz
emacs-bb7cdf58f6ad1ddbf2dad90568440d756fa831f1.tar.bz2
emacs-bb7cdf58f6ad1ddbf2dad90568440d756fa831f1.zip
Doc fixes related to vc-print-log
* vc/vc-bzr.el (vc-bzr-print-log): * vc/vc-cvs.el (vc-cvs-print-log): * vc/vc-git.el (vc-git-print-log): * vc/vc-hg.el (vc-hg-print-log): * vc/vc-mtn.el (vc-mtn-print-log): * vc/vc-rcs.el (vc-rcs-print-log): * vc/vc-sccs.el (vc-sccs-print-log): * vc/vc-svn.el (vc-svn-print-log): * vc/vc.el (vc-print-log-internal): Doc fixes.
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r--lisp/vc/vc-mtn.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index 06827a5e027..fbfd89561b7 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -202,6 +202,10 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
;; )
(defun vc-mtn-print-log (files buffer &optional _shortlog start-revision limit)
+ "Print commit logs associated with FILES into specified BUFFER.
+_SHORTLOG is ignored.
+If START-REVISION is non-nil, it is the newest revision to show.
+If LIMIT is non-nil, show no more than this many entries."
(apply 'vc-mtn-command buffer 0 files "log"
(append
(when start-revision (list "--from" (format "%s" start-revision)))