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 /lisp/textmodes | |
| parent | fa6cd5c78418b518adf0d9dfc3841e62e80c7571 (diff) | |
| download | emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.tar.gz emacs-2e78ba2400de668dd27cb19c1301cea84d9fede8.zip | |
(reftex-label-menu-flags): Fix typo.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 ")) |