diff options
| author | Juanma Barranquero | 2002-09-06 10:12:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 10:12:33 +0000 |
| commit | 2e78ba2400de668dd27cb19c1301cea84d9fede8 (patch) | |
| tree | e8a16edd55236594412e1fa797dd23b868d9ee49 | |
| parent | fa6cd5c78418b518adf0d9dfc3841e62e80c7571 (diff) | |
| download | emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.tar.gz emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.zip | |
(reftex-label-menu-flags): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
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 @@ | |||
| 37 | 37 | ||
| 38 | * simple.el (choose-completion-string-functions): Likewise. | 38 | * simple.el (choose-completion-string-functions): Likewise. |
| 39 | 39 | ||
| 40 | * speedbar.el (speedbar-mode): Likewise. | ||
| 41 | |||
| 42 | * textmodes/reftex.el (reftex-TeX-master-file): Likewise. | 40 | * textmodes/reftex.el (reftex-TeX-master-file): Likewise. |
| 43 | 41 | ||
| 44 | * textmodes/fill.el (fill-nonuniform-paragraphs) | 42 | * textmodes/fill.el (fill-nonuniform-paragraphs) |
| @@ -48,6 +46,10 @@ | |||
| 48 | 46 | ||
| 49 | * warnings.el (warning-level-aliases): Likewise. | 47 | * warnings.el (warning-level-aliases): Likewise. |
| 50 | 48 | ||
| 49 | * speedbar.el (speedbar-mode): Fix spacing and typos. | ||
| 50 | |||
| 51 | * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo. | ||
| 52 | |||
| 51 | 2002-09-05 Markus Rost <rost@math.ohio-state.edu> | 53 | 2002-09-05 Markus Rost <rost@math.ohio-state.edu> |
| 52 | 54 | ||
| 53 | * textmodes/table.el (table-command-prefix): Fix type. | 55 | * 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." | |||
| 824 | (choice :tag "Hide short context " ,@reftex-tmp) | 824 | (choice :tag "Hide short context " ,@reftex-tmp) |
| 825 | (choice :tag "Follow context in other window " ,@reftex-tmp) | 825 | (choice :tag "Follow context in other window " ,@reftex-tmp) |
| 826 | (choice :tag "Show commented labels " ,@reftex-tmp) | 826 | (choice :tag "Show commented labels " ,@reftex-tmp) |
| 827 | (choice :tag "Obsolete flag, Don't use. " ,@reftex-tmp) | 827 | (choice :tag "Obsolete flag. Don't use. " ,@reftex-tmp) |
| 828 | (choice :tag "Show begin/end of included files" ,@reftex-tmp))) | 828 | (choice :tag "Show begin/end of included files" ,@reftex-tmp))) |
| 829 | 829 | ||
| 830 | (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and ")) | 830 | (defcustom reftex-multiref-punctuation '((?, . ", ") (?- . "--") (?+ . " and ")) |