changeset 22847:31924d388b84

(tex-main-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Jul 1998 06:10:52 +0000
parents 18f446fb0b8d
children f17131794fbc
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)