aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-12-03 12:44:19 -0800
committerGlenn Morris <[email protected]>2011-12-03 12:44:19 -0800
commit5e605a2e528955721fc6f2bd7b9f174c15075fb1 (patch)
tree8c598c21b15ee0964f0566d43c98729b57c032af
parent4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e (diff)
* lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
Fixes: debbugs:10207
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/textmodes/texinfmt.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8da2c0f5e7..c77ace6d48 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-03 Glenn Morris <[email protected]>
+
+ * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
+
2011-12-03 Stefan Monnier <[email protected]>
* electric.el: Streamline electric-indent's hook.
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 4652899546..a337d6f9f4 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -4238,7 +4238,7 @@ the @ifeq command."
Must be used only with -batch, and kills Emacs on completion.
Each file will be processed even if an error occurred previously.
For example, invoke
- \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"."
+ \"emacs -batch -l texinfmt -f batch-texinfo-format $docs/ ~/*.texinfo\"."
(if (not noninteractive)
(error "batch-texinfo-format may only be used -batch"))
(let ((version-control t)