]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-label-menu-flags): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:49:06 +0000 (09:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:49:06 +0000 (09:49 +0000)
lisp/textmodes/reftex-vars.el

index a86a913fbdf6e4e9a1809450a272cd7c02a225f8..8458ea7a20f49097866939e0253456405d20f172 100644 (file)
@@ -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 "))