mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
(reftex-label-menu-flags): Fix typo.
This commit is contained in:
parent
fa6cd5c784
commit
2e78ba2400
@ -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.
|
||||
|
@ -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 "))
|
||||
|
Loading…
Reference in New Issue
Block a user