From: Karl Heuer Date: Mon, 25 Jan 1999 16:31:15 +0000 (+0000) Subject: (tex-run-command): Doc fix. X-Git-Tag: emacs-20.4~776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a;p=emacs.git (tex-run-command): Doc fix. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 3c54712439f..0b246234767 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -91,7 +91,7 @@ if the variable is non-nil." (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)