]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-hg.el (vc-hg-command): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:33:16 +0000 (23:33 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:33:16 +0000 (23:33 -0800)
lisp/ChangeLog
lisp/vc/vc-hg.el

index 07610a6fb6c48756db58054c93eb848743c6c26b..7759fb3d377e81b4adb9efa0aa29628611aacdd1 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-03  Glenn Morris  <rgm@gnu.org>
 
+       * vc/vc-hg.el (vc-hg-command): Doc fix.
+
        * term/w32-win.el (libpng-version): Declare for compiler.
 
        * msb.el: No need to load dired while compiling.
index 7a0b8540ca3b196f62c40bbf008ed508ebbbf117..103485443579e182346a84f930ceb8f473b6d61b 100644 (file)
@@ -662,8 +662,8 @@ This runs the command \"hg merge\"."
 
 (defun vc-hg-command (buffer okstatus file-or-list &rest flags)
   "A wrapper around `vc-do-command' for use in vc-hg.el.
-The difference to vc-do-command is that this function always invokes `hg',
-and that it passes `vc-hg-global-switches' to it before FLAGS."
+This function differs from vc-do-command in that it invokes
+`vc-hg-program', and passes `vc-hg-global-switches' to it before FLAGS."
   (apply 'vc-do-command (or buffer "*vc*") okstatus vc-hg-program file-or-list
          (if (stringp vc-hg-global-switches)
              (cons vc-hg-global-switches flags)