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

index 321b268f80ceb54d438d986f7d53d8ccbba9cf90..30498551714ed9babb852e6ec625eab514302119 100644 (file)
@@ -37,8 +37,6 @@
 
        * simple.el (choose-completion-string-functions): Likewise.
 
-       * speedbar.el (speedbar-mode): Likewise.
-
        * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
 
        * textmodes/fill.el (fill-nonuniform-paragraphs)
 
        * warnings.el (warning-level-aliases): Likewise.
 
+       * speedbar.el (speedbar-mode): Fix spacing and typos.
+
+       * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
+
 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
 
        * textmodes/table.el (table-command-prefix): Fix type.
index f2c94336cff9d0707d7a1f93009ff8d2c11039fc..39e2ffc77c68b67ea2121539f71735b9a3e3f29f 100644 (file)
@@ -824,7 +824,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 "))