* 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.
(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 "))