]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-git.el (vc-git-print-log): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Apr 2010 02:39:22 +0000 (19:39 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Apr 2010 02:39:22 +0000 (19:39 -0700)
lisp/ChangeLog
lisp/vc-git.el

index 7ba138f310d9d3e224c7f872d555759581ce0a82..fc9c47190453a724fcb40335d0194da480a044a3 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-16  Glenn Morris  <rgm@gnu.org>
+
+       * vc-git.el (vc-git-print-log): Doc fix.
+
 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
 
        * ido.el (ido-file-internal): Fix 2009-12-02 change.
index 8799e15305f07746945e14c6820aae5f8ae65cc1..b86e132dc8fdbf0497d2c3b6156f50528f20f593 100644 (file)
@@ -571,7 +571,8 @@ or an empty string if none."
 ;;; 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.