diff options
| author | Karl Heuer | 1999-01-25 16:31:15 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-01-25 16:31:15 +0000 |
| commit | 2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a (patch) | |
| tree | 4ffc927ca88520d84b7a081277dc774fb87c1e75 | |
| parent | bd09e573fe6122343aacc099fbd21ee2cd404c1a (diff) | |
| download | emacs-2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a.tar.gz emacs-2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a.zip | |
(tex-run-command): Doc fix.
| -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) |