From be4a962d1cedc5d9c9083afbf1cb68fbec4bccce Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 29 Jul 1998 06:10:52 +0000 Subject: [PATCH] (tex-main-file): Doc fix. --- lisp/textmodes/tex-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, ;;;###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) -- 2.39.2