summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 09:49:06 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 09:49:06 +0000
commit0b483607bf17a8d8c16bd41da8a9f5a58dbf0446 (patch)
tree36c3479efbcf05aab219942cbf49ccc4e0a2e143
parent120b205e4b87e4b6653901004533084ec17a2161 (diff)
downloademacs-0b483607bf17a8d8c16bd41da8a9f5a58dbf0446.tar.gz
(reftex-label-menu-flags): Fix typo.
-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 a86a913fbdf..8458ea7a20f 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -784,7 +784,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 "))