diff options
| author | Glenn Morris | 2011-12-03 12:44:19 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-12-03 12:44:19 -0800 |
| commit | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (patch) | |
| tree | 8c598c21b15ee0964f0566d43c98729b57c032af /lisp/textmodes | |
| parent | 4eec8d6f4cdb0ab3254a82cc0e82fb4a73fef46e (diff) | |
| download | emacs-5e605a2e528955721fc6f2bd7b9f174c15075fb1.tar.gz emacs-5e605a2e528955721fc6f2bd7b9f174c15075fb1.zip | |
* lisp/textmodes/texinfmt.el (batch-texinfo-format): Doc fix.
Fixes: debbugs:10207
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 4652899546c..a337d6f9f40 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -4238,7 +4238,7 @@ the @ifeq command." | |||
| 4238 | Must be used only with -batch, and kills Emacs on completion. | 4238 | Must be used only with -batch, and kills Emacs on completion. |
| 4239 | Each file will be processed even if an error occurred previously. | 4239 | Each file will be processed even if an error occurred previously. |
| 4240 | For example, invoke | 4240 | For example, invoke |
| 4241 | \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." | 4241 | \"emacs -batch -l texinfmt -f batch-texinfo-format $docs/ ~/*.texinfo\"." |
| 4242 | (if (not noninteractive) | 4242 | (if (not noninteractive) |
| 4243 | (error "batch-texinfo-format may only be used -batch")) | 4243 | (error "batch-texinfo-format may only be used -batch")) |
| 4244 | (let ((version-control t) | 4244 | (let ((version-control t) |