diff lisp/vc-git.el @ 107957:54d5490c8e94

* vc-git.el (vc-git-print-log): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Apr 2010 19:39:22 -0700
parents 4e4364e2100c
children 09b4b2c3944d
line wrap: on
line diff
--- a/lisp/vc-git.el	Thu Apr 15 19:35:59 2010 -0700
+++ b/lisp/vc-git.el	Thu Apr 15 19:39:22 2010 -0700
@@ -571,7 +571,8 @@
 ;;; HISTORY FUNCTIONS
 
 (defun vc-git-print-log (files buffer &optional shortlog start-revision limit)
-  "Get change log associated with FILES."
+  "Get change log associated with FILES.
+Note that using SHORTLOG requires at least Git version 1.5."
   (let ((coding-system-for-read git-commits-coding-system))
     ;; `vc-do-command' creates the buffer, but we need it before running
     ;; the command.