aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-01-25 16:31:15 +0000
committerKarl Heuer1999-01-25 16:31:15 +0000
commit2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a (patch)
tree4ffc927ca88520d84b7a081277dc774fb87c1e75
parentbd09e573fe6122343aacc099fbd21ee2cd404c1a (diff)
downloademacs-2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a.tar.gz
emacs-2bfe16dbb3bcbe2ed0ada5f9f9a698d41cfd7f0a.zip
(tex-run-command): Doc fix.
-rw-r--r--lisp/textmodes/tex-mode.el2
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.
93If this string contains an asterisk (`*'), that is replaced by the file name; 93If this string contains an asterisk (`*'), that is replaced by the file name;
94otherwise the value of tex-start-options-string and the file name are added 94otherwise the value of `tex-start-options-string' and the file name are added
95at the end, with blanks as separators." 95at the end, with blanks as separators."
96 :type 'string 96 :type 'string
97 :group 'tex-run) 97 :group 'tex-run)