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-index.el | |
parent | b02c2714c3f1835edf15e34c6b4e3be0c5dd8acf (diff) | |
download | emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.tar.gz |
; Fix some comment typos
Diffstat (limited to 'lisp/textmodes/reftex-index.el')
-rw-r--r-- | lisp/textmodes/reftex-index.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 120370a149a..811d1477ada 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el @@ -474,7 +474,7 @@ With prefix 3, restrict index to region." (interactive) - ;; 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). (let ((current-prefix-arg current-prefix-arg)) (reftex-ensure-index-support t) (reftex-access-scan-info current-prefix-arg)) |