diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 10:12:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 10:12:33 +0000 |
commit | 2e78ba2400de668dd27cb19c1301cea84d9fede8 (patch) | |
tree | e8a16edd55236594412e1fa797dd23b868d9ee49 /lisp/textmodes/reftex-vars.el | |
parent | fa6cd5c78418b518adf0d9dfc3841e62e80c7571 (diff) | |
download | emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.tar.gz emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.tar.bz2 emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.zip |
(reftex-label-menu-flags): Fix typo.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index f2c94336cff..39e2ffc77c6 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -824,7 +824,7 @@ get one interactively during selection from the label menu." (choice :tag "Hide short context " ,@reftex-tmp) (choice :tag "Follow context in other window " ,@reftex-tmp) (choice :tag "Show commented labels " ,@reftex-tmp) - (choice :tag "Obsolete flag, Don't use. " ,@reftex-tmp) + (choice :tag "Obsolete flag. Don't use. " ,@reftex-tmp) (choice :tag "Show begin/end of included files" ,@reftex-tmp))) (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and ")) |