aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 10:12:33 +0000
committerJuanma Barranquero2002-09-06 10:12:33 +0000
commit2e78ba2400de668dd27cb19c1301cea84d9fede8 (patch)
treee8a16edd55236594412e1fa797dd23b868d9ee49 /lisp/textmodes
parentfa6cd5c78418b518adf0d9dfc3841e62e80c7571 (diff)
downloademacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.tar.gz
emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.zip
(reftex-label-menu-flags): Fix typo.
Diffstat (limited to 'lisp/textmodes')
-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."
824 (choice :tag "Hide short context " ,@reftex-tmp) 824 (choice :tag "Hide short context " ,@reftex-tmp)
825 (choice :tag "Follow context in other window " ,@reftex-tmp) 825 (choice :tag "Follow context in other window " ,@reftex-tmp)
826 (choice :tag "Show commented labels " ,@reftex-tmp) 826 (choice :tag "Show commented labels " ,@reftex-tmp)
827 (choice :tag "Obsolete flag, Don't use. " ,@reftex-tmp) 827 (choice :tag "Obsolete flag. Don't use. " ,@reftex-tmp)
828 (choice :tag "Show begin/end of included files" ,@reftex-tmp))) 828 (choice :tag "Show begin/end of included files" ,@reftex-tmp)))
829 829
830(defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and ")) 830(defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and "))