From: Glenn Morris Date: Fri, 16 Apr 2010 02:39:22 +0000 (-0700) Subject: * vc-git.el (vc-git-print-log): Doc fix. X-Git-Tag: emacs-pretest-23.1.96~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9ef97770f2a53f6a1f48f0bddc89d4386b8e704;p=emacs.git * vc-git.el (vc-git-print-log): Doc fix. --- 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 + + * vc-git.el (vc-git-print-log): Doc fix. + 2010-04-14 Óscar Fuentes * 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.