1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/vc/vc-hg.el (vc-hg-command): Doc fix.

This commit is contained in:
Glenn Morris 2011-02-02 23:33:16 -08:00
parent 8d7b5b5ba9
commit 219ea611fd
2 changed files with 4 additions and 2 deletions

View 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.

View 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)