# HG changeset patch # User Juanma Barranquero # Date 1031307108 0 # Node ID 0964618b0e9787e6bc1b98ee22fa581aeccfb663 # Parent 4f937ab8ad227db22366986980afc2efd88c8ccb (reftex-label-menu-flags): Fix typo. diff -r 4f937ab8ad22 -r 0964618b0e97 lisp/textmodes/reftex-vars.el --- 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 "))