diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-02-23 22:18:30 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-02-23 22:18:30 +0000 |
commit | ef79f4a6e5660542cbf25b346a610db50d2f38db (patch) | |
tree | 437e8329ef580c1394730c38892a8610d550d7b4 /lisp/textmodes | |
parent | fe9891e0c3937cdb1d5ca92840955243bc3dece1 (diff) | |
download | emacs-ef79f4a6e5660542cbf25b346a610db50d2f38db.tar.gz |
Comment fix.
Diffstat (limited to 'lisp/textmodes')
-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. (defun reftex-TeX-master-file () ;; Return the name of the master file associated with the current buffer. - ;; When AUCTeX is loaded, we will use it's more sophisticated method. + ;; When AUCTeX is loaded, we will use its more sophisticated method. ;; We also support the default TeX and LaTeX modes by checking for a ;; variable tex-main-file. (let |