diff options
| author | Richard M. Stallman | 1998-07-29 06:10:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-29 06:10:52 +0000 |
| commit | be4a962d1cedc5d9c9083afbf1cb68fbec4bccce (patch) | |
| tree | b7db51cae10f24e74fe8c210b24746526a9195f3 | |
| parent | 67aafad46b81840c0eea710591410201406122fb (diff) | |
| download | emacs-be4a962d1cedc5d9c9083afbf1cb68fbec4bccce.tar.gz emacs-be4a962d1cedc5d9c9083afbf1cb68fbec4bccce.zip | |
(tex-main-file): Doc fix.
| -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) |