mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
* lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
Fixes: debbugs:10207
This commit is contained in:
parent
4eec8d6f4c
commit
5e605a2e52
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user