diff lisp/textmodes/texinfmt.el @ 1576:ddfd236e2c0c

Dox fix.
author Christopher Zaborsky <rogue@erratum.com>
date Tue, 10 Nov 1992 19:51:29 +0000
parents 2cdce064065f
children fb0ed5a1d0f3
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el	Sun Nov 08 18:58:17 1992 +0000
+++ b/lisp/textmodes/texinfmt.el	Tue Nov 10 19:51:29 1992 +0000
@@ -681,7 +681,7 @@
 
 (defun texinfo-format-footnote ()
   "Format a footnote in either `end node' or `make node' style.
-The   texinfo-footnote-style  variable controls which style is used."
+The `texinfo-footnote-style' variable controls which style is used."
   (setq texinfo-footnote-number (1+ texinfo-footnote-number))
   (cond ((eq texinfo-footnote-style 'EN) (texinfo-format-end-node))
         ((eq texinfo-footnote-style 'MN) (texinfo-format-make-node))))
@@ -1766,7 +1766,7 @@
 
 ;;;###autoload
 (defun batch-texinfo-format ()
-  "Runs  texinfo-format-buffer  on the files remaining on the command line.
+  "Runs `texinfo-format-buffer' on the files remaining on the command line.
 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