Mercurial > emacs
diff lisp/textmodes/tex-mode.el @ 22847:31924d388b84
(tex-main-file): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 29 Jul 1998 06:10:52 +0000 |
parents | 4fa39e6af756 |
children | a49b7294e019 |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Wed Jul 29 06:09:14 1998 +0000 +++ b/lisp/textmodes/tex-mode.el Wed Jul 29 06:10:52 1998 +0000 @@ -75,7 +75,8 @@ ;;;###autoload (defcustom tex-main-file nil "*The main TeX source file which includes this buffer's file. -The command `tex-buffer' runs TeX on `tex-main-file'if that is non-nil." +The command `tex-file' runs TeX on the file specified by `tex-main-file' +if the variable is non-nil." :type '(choice (const :tag "None" nil) file) :group 'tex-file)