Mercurial > emacs
changeset 24173:810e9f8c8ed7
(tex-run-command): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 25 Jan 1999 16:31:15 +0000 |
parents | 0e451bef1fe0 |
children | 4cd52e40cf31 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Mon Jan 25 09:45:02 1999 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Jan 25 16:31:15 1999 +0000 @@ -91,7 +91,7 @@ (defcustom tex-run-command "tex" "*Command used to run TeX subjob. If this string contains an asterisk (`*'), that is replaced by the file name; -otherwise the value of tex-start-options-string and the file name are added +otherwise the value of `tex-start-options-string' and the file name are added at the end, with blanks as separators." :type 'string :group 'tex-run)