# HG changeset patch # User Juanma Barranquero # Date 1162779520 0 # Node ID 5819945014994fc512f30d967847659075cf0a71 # Parent d8a07f1f5442f8b1a3092fccd990f1260d05a39c (batch-texinfo-format): Fix typo in docstring. diff -r d8a07f1f5442 -r 581994501499 lisp/textmodes/texinfmt.el --- a/lisp/textmodes/texinfmt.el Mon Nov 06 02:17:08 2006 +0000 +++ b/lisp/textmodes/texinfmt.el Mon Nov 06 02:18:40 2006 +0000 @@ -2125,7 +2125,7 @@ (setq tab-number (1+ tab-number))) (let ((needed-tabs (- (length table-widths) tab-number))) (when (> needed-tabs 0) - (goto-char (point-min)) + (goto-char (point-min)) (end-of-line) (while (> needed-tabs 0) (insert "@w{ }\n@tab") @@ -4292,7 +4292,7 @@ (defun batch-texinfo-format () "Runs texinfo-format-buffer on the files remaining on the command line. -Must be used only with -batch, and kills emacs on completion. +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\"."