emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106597: * lisp/textmodes/texinfmt.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106597: * lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
Date: Sat, 03 Dec 2011 12:44:19 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106597
fixes bug(s): http://debbugs.gnu.org/10207
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-12-03 12:44:19 -0800
message:
  * lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
modified:
  lisp/ChangeLog
  lisp/textmodes/texinfmt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-03 05:01:41 +0000
+++ b/lisp/ChangeLog    2011-12-03 20:44:19 +0000
@@ -1,3 +1,7 @@
+2011-12-03  Glenn Morris  <address@hidden>
+
+       * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
+
 2011-12-03  Stefan Monnier  <address@hidden>
 
        * electric.el: Streamline electric-indent's hook.

=== modified file 'lisp/textmodes/texinfmt.el'
--- a/lisp/textmodes/texinfmt.el        2011-11-30 16:33:05 +0000
+++ b/lisp/textmodes/texinfmt.el        2011-12-03 20:44:19 +0000
@@ -4238,7 +4238,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]