mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(tex-main-file): Doc fix.
This commit is contained in:
parent
67aafad46b
commit
be4a962d1c
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue