summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-vars.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:12:33 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:12:33 +0000
commit2e78ba2400de668dd27cb19c1301cea84d9fede8 (patch)
treee8a16edd55236594412e1fa797dd23b868d9ee49 /lisp/textmodes/reftex-vars.el
parentfa6cd5c78418b518adf0d9dfc3841e62e80c7571 (diff)
downloademacs-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.el2
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 "))