# HG changeset patch # User Richard M. Stallman # Date 901692652 0 # Node ID 31924d388b845d8947af43311bcfd3de7536f598 # Parent 18f446fb0b8d70d3208c4fd2c5b30a82096318d5 (tex-main-file): Doc fix. diff -r 18f446fb0b8d -r 31924d388b84 lisp/textmodes/tex-mode.el --- 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)