]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-svn.el
Doc fixes related to vc-print-log
[gnu-emacs] / lisp / vc / vc-svn.el
index 923888b460bd137ca5626a4a1a42a52555034571..3009d174e0b2a38f6cf0fe4a4f23abfbbb53fa62 100644 (file)
@@ -494,7 +494,10 @@ or svn+ssh://."
   (set (make-local-variable 'log-view-per-file-logs) nil))
 
 (defun vc-svn-print-log (files buffer &optional shortlog start-revision limit)
-  "Get change log(s) associated with FILES."
+  "Print commit log 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."
   (save-current-buffer
     (vc-setup-buffer buffer)
     (let ((inhibit-read-only t))