aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-29 06:10:52 +0000
committerRichard M. Stallman1998-07-29 06:10:52 +0000
commitbe4a962d1cedc5d9c9083afbf1cb68fbec4bccce (patch)
treeb7db51cae10f24e74fe8c210b24746526a9195f3
parent67aafad46b81840c0eea710591410201406122fb (diff)
downloademacs-be4a962d1cedc5d9c9083afbf1cb68fbec4bccce.tar.gz
emacs-be4a962d1cedc5d9c9083afbf1cb68fbec4bccce.zip
(tex-main-file): Doc fix.
-rw-r--r--lisp/textmodes/tex-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 58b7f266fcb..8cb217e0efd 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -75,7 +75,8 @@ if it matches the first line of the file,
75;;;###autoload 75;;;###autoload
76(defcustom tex-main-file nil 76(defcustom tex-main-file nil
77 "*The main TeX source file which includes this buffer's file. 77 "*The main TeX source file which includes this buffer's file.
78The command `tex-buffer' runs TeX on `tex-main-file'if that is non-nil." 78The command `tex-file' runs TeX on the file specified by `tex-main-file'
79if the variable is non-nil."
79 :type '(choice (const :tag "None" nil) 80 :type '(choice (const :tag "None" nil)
80 file) 81 file)
81 :group 'tex-file) 82 :group 'tex-file)