Mercurial > emacs
diff lisp/textmodes/texinfo.el @ 1577:a52da8d63ff3
Doc fix.
author | Christopher Zaborsky <rogue@erratum.com> |
---|---|
date | Tue, 10 Nov 1992 20:01:10 +0000 |
parents | a6d32838af49 |
children | f79966ac4f9d |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Tue Nov 10 19:51:29 1992 +0000 +++ b/lisp/textmodes/texinfo.el Tue Nov 10 20:01:10 1992 +0000 @@ -317,14 +317,14 @@ "*Command used by texinfo-texindex to sort unsorted index files.") (defun texinfo-tex-region (beg end) - "Run tex on the current region. A temporary file (tex-zap-file) is -written in directory tex-directory, and tex is run in that directory. -The first line of the file is copied to the temporary file; and -if the buffer has a header, it is written to the temporary file before -the region itself. The buffer's header is all lines between the -strings defined by tex-start-of-header and tex-end-of-header -inclusive. The header must start in the first 100 lines. The value -of tex-trailer is appended to the temporary file after the region." + "Run tex on the current region. +A temporary file (`tex-zap-file') is written in directory `tex-directory', and +tex is run in that directory. The first line of the file is copied to the +temporary file; and if the buffer has a header, it is written to the +temporary file before the region itself. The buffer's header is all lines +between the strings defined by `tex-start-of-header' and `tex-end-of-header' +inclusive. The header must start in the first 100 lines. The value of +tex-trailer is appended to the temporary file after the region." (interactive "r") (if (get-buffer "*tex-shell*") (tex-kill-job) @@ -398,7 +398,7 @@ (defun texinfo-texindex () "Run texindex on unsorted index files. The index files are made by \\[texinfo-tex-region] or \\[texinfo-tex-buffer]. -Runs the shell command defined by texinfo-texindex-command." +Runs the shell command defined by `texinfo-texindex-command'." (interactive) (send-string "tex-shell" (concat texinfo-texindex-command @@ -407,7 +407,7 @@ (defun texinfo-tex-print () "Print .dvi file made by \\[texinfo-tex-region] or \\[texinfo-tex-buffer]. -Runs the shell command defined by tex-dvi-print-command." +Runs the shell command defined by `tex-dvi-print-command'." (interactive) (send-string "tex-shell" (concat tex-dvi-print-command