diff options
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 91 | (defcustom tex-run-command "tex" | 91 | (defcustom tex-run-command "tex" |
| 92 | "*Command used to run TeX subjob. | 92 | "*Command used to run TeX subjob. |
| 93 | If this string contains an asterisk (`*'), that is replaced by the file name; | 93 | If this string contains an asterisk (`*'), that is replaced by the file name; |
| 94 | otherwise the value of tex-start-options-string and the file name are added | 94 | otherwise the value of `tex-start-options-string' and the file name are added |
| 95 | at the end, with blanks as separators." | 95 | at the end, with blanks as separators." |
| 96 | :type 'string | 96 | :type 'string |
| 97 | :group 'tex-run) | 97 | :group 'tex-run) |