diff options
| author | Yuwei Tian <fishtai0@gmail.com> | 2022-10-19 19:22:27 +0800 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-17 20:39:49 +0100 |
| commit | c63d92f141613c537ccdd3182efdedf307a9e0d4 (patch) | |
| tree | da48db7ba8844b2974f086352d307d55e2afb87f /corfu.el | |
| parent | f434fed5f8aec5bef142ad87d3b439841be263e6 (diff) | |
Rename corfu-info to corfu-doc-buffer
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -240,8 +240,8 @@ The completion backend can override this with (define-key map "\C-g" #'corfu-quit) (define-key map "\r" #'corfu-insert) (define-key map "\t" #'corfu-complete) - (define-key map "\M-g" 'corfu-info-location) - (define-key map "\M-h" 'corfu-info-documentation) + (define-key map "\M-g" 'corfu-doc-buffer-location) + (define-key map "\M-h" 'corfu-doc-buffer-documentation) (define-key map "\M- " #'corfu-insert-separator) map) "Corfu keymap used when popup is shown.") |
