summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-15 19:39:22 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-15 19:39:22 -0700
commite9ef97770f2a53f6a1f48f0bddc89d4386b8e704 (patch)
tree918d52d3270e4962682b603115d5109b4854ac20
parenta77fe20c70657b2a3bc057ae3222cbce8973c12d (diff)
downloademacs-e9ef97770f2a53f6a1f48f0bddc89d4386b8e704.tar.gz
* vc-git.el (vc-git-print-log): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-git.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ba138f310d..fc9c4719045 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index 8799e15305f..b86e132dc8f 100644
--- a/lisp/vc-git.el
+++ b/lisp/vc-git.el
@@ -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.