summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/textmodes/reftex-vars.el2
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 321b268f80c..30498551714 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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)
@@ -48,6 +46,10 @@
* 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.
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index f2c94336cff..39e2ffc77c6 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -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 "))