diff options
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 3 |
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. |
| 78 | The command `tex-buffer' runs TeX on `tex-main-file'if that is non-nil." | 78 | The command `tex-file' runs TeX on the file specified by `tex-main-file' |
| 79 | if 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) |