]> code.delx.au - gnu-emacs/commitdiff
(batch-texinfo-format): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:18:40 +0000 (02:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:18:40 +0000 (02:18 +0000)
lisp/textmodes/texinfmt.el

index 9e0b6b639011aa57c51eb31f04aa7863132bd36b..35ac181817a3c07e8f328908bc5c78601b5b126b 100644 (file)
@@ -2125,7 +2125,7 @@ This command is executed when texinfmt sees @item inside @multitable."
         (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 @@ the @ifeq command."
 
 (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\"."