From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:49:06 +0000 (+0000) Subject: (reftex-label-menu-flags): Fix typo. X-Git-Tag: emacs-pretest-21.2.91~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b483607bf17a8d8c16bd41da8a9f5a58dbf0446;p=emacs.git (reftex-label-menu-flags): Fix typo. --- 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 "))