]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Dec 2011 20:44:19 +0000 (12:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Dec 2011 20:44:19 +0000 (12:44 -0800)
Fixes: debbugs:10207
lisp/ChangeLog
lisp/textmodes/texinfmt.el

index 8da2c0f5e71c36dba53a4820e17c1cfe054604de..c77ace6d483d86f9dd5170653abc721416b169a3 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-03  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
+
 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * electric.el: Streamline electric-indent's hook.
index 4652899546c86c496c8131c4918505451642af51..a337d6f9f40d31856cbeaae074e9d66b4fd26928 100644 (file)
@@ -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)