diff options
author | Glenn Morris <rgm@gnu.org> | 2013-04-24 00:52:00 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-04-24 00:52:00 -0700 |
commit | bb7cdf58f6ad1ddbf2dad90568440d756fa831f1 (patch) | |
tree | 7377f89a8bf63c0eba8c2b0a4d9c0718d7a604ca /lisp/vc/vc-sccs.el | |
parent | 6933cefc4834cc5ef8d8c46fd2379578240c4f1e (diff) | |
download | emacs-bb7cdf58f6ad1ddbf2dad90568440d756fa831f1.tar.gz |
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-sccs.el')
-rw-r--r-- | lisp/vc/vc-sccs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index bfbe42222e9..d3cf650ddf9 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el @@ -350,7 +350,8 @@ revert all subfiles." ;;; (defun vc-sccs-print-log (files buffer &optional shortlog start-revision-ignored limit) - "Get change log associated with FILES." + "Print commit log associated with FILES into specified BUFFER. +Remaining arguments are ignored." (setq files (vc-expand-dirs files)) (vc-sccs-do-command buffer 0 "prs" (mapcar 'vc-name files)) (when limit 'limit-unsupported)) |