Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5e605a2e
Commit
5e605a2e
authored
Dec 03, 2011
by
Glenn Morris
Browse files
* lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
Fixes: debbugs:10207
parent
4eec8d6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/texinfmt.el
lisp/textmodes/texinfmt.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5e605a2e
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.
...
...
lisp/textmodes/texinfmt.el
View file @
5e605a2e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment