# HG changeset patch # User Karl Heuer # Date 917281875 0 # Node ID 810e9f8c8ed795aa5412b8de7b4e12943cfcd8a1 # Parent 0e451bef1fe09606ccd0c4438b307659fd9c70da (tex-run-command): Doc fix. diff -r 0e451bef1fe0 -r 810e9f8c8ed7 lisp/textmodes/tex-mode.el --- 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)