changeset 47287:0964618b0e97

(reftex-label-menu-flags): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 10:11:48 +0000
parents 4f937ab8ad22
children 215668a93025
files lisp/textmodes/reftex-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/reftex-vars.el	Fri Sep 06 10:11:30 2002 +0000
+++ b/lisp/textmodes/reftex-vars.el	Fri Sep 06 10:11:48 2002 +0000
@@ -824,7 +824,7 @@
     (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 "))