diff options
| author | Dan Kessler <kesslerd@umich.edu> | 2021-05-27 11:32:54 -0400 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-05-28 00:24:36 +0800 |
| commit | a0833a092e75e9fa1d10444d5c505f00164ce63c (patch) | |
| tree | 006c23bf49fb4953bd7e4c77530d01e06df46e4b /modes/reftex | |
| parent | 7a2851e648089f45b33ec09c838d63ba52726430 (diff) | |
reflex: update documentation
A recent commit remapped reflex-toc-jump from `gs` -> `J`, but the help didn't get updated (so it erroneously still suggests using `gs` to jump to section.
Diffstat (limited to 'modes/reftex')
| -rw-r--r-- | modes/reftex/evil-collection-reftex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/reftex/evil-collection-reftex.el b/modes/reftex/evil-collection-reftex.el index 00fe826..e1a6395 100644 --- a/modes/reftex/evil-collection-reftex.el +++ b/modes/reftex/evil-collection-reftex.el @@ -87,7 +87,7 @@ . In other window, show position from where `reftex-toc' was called. rl Global search and replace to rename label at point. x Switch to TOC of external document (with LaTeX package `xr'). - gs Jump to a specific section (e.g. '3 gs' goes to section 3).") + J Jump to a specific section (e.g. '3 J' goes to section 3).") ;;;###autoload (defun evil-collection-reftex-setup () |
