diff options
author | Glenn Morris <rgm@gnu.org> | 2017-11-03 15:18:32 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-11-03 15:18:32 -0400 |
commit | 383abc8898cbdb46e460adffbccfda8b2236d24e (patch) | |
tree | d08c1fdfaab8afb4822dce9c99d62f444985ec03 /lisp/textmodes/reftex-toc.el | |
parent | b02c2714c3f1835edf15e34c6b4e3be0c5dd8acf (diff) | |
download | emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.tar.gz emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.tar.bz2 emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.zip |
; Fix some comment typos
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
-rw-r--r-- | lisp/textmodes/reftex-toc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index c7a598c920d..c694fafcd52 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -216,7 +216,7 @@ When called with a raw C-u prefix, rescan the document first." (or reftex-support-index (setq reftex-toc-include-index-entries nil)) - ;; Ensure access to scanning info and rescan buffer if prefix are is '(4) + ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4) (reftex-access-scan-info current-prefix-arg) (let* ((this-buf (current-buffer)) |