diff options
| author | Karl Heuer | 1999-02-23 22:18:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-02-23 22:18:30 +0000 |
| commit | ef79f4a6e5660542cbf25b346a610db50d2f38db (patch) | |
| tree | 437e8329ef580c1394730c38892a8610d550d7b4 | |
| parent | fe9891e0c3937cdb1d5ca92840955243bc3dece1 (diff) | |
| download | emacs-ef79f4a6e5660542cbf25b346a610db50d2f38db.tar.gz emacs-ef79f4a6e5660542cbf25b346a610db50d2f38db.zip | |
Comment fix.
| -rw-r--r-- | lisp/textmodes/reftex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 6d3cc24e70e..16799662d94 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -1560,7 +1560,7 @@ on the menu bar. | |||
| 1560 | 1560 | ||
| 1561 | (defun reftex-TeX-master-file () | 1561 | (defun reftex-TeX-master-file () |
| 1562 | ;; Return the name of the master file associated with the current buffer. | 1562 | ;; Return the name of the master file associated with the current buffer. |
| 1563 | ;; When AUCTeX is loaded, we will use it's more sophisticated method. | 1563 | ;; When AUCTeX is loaded, we will use its more sophisticated method. |
| 1564 | ;; We also support the default TeX and LaTeX modes by checking for a | 1564 | ;; We also support the default TeX and LaTeX modes by checking for a |
| 1565 | ;; variable tex-main-file. | 1565 | ;; variable tex-main-file. |
| 1566 | (let | 1566 | (let |