summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorYuwei Tian <fishtai0@gmail.com>2022-10-19 19:22:27 +0800
committerDaniel Mendler <mail@daniel-mendler.de>2022-11-17 20:39:49 +0100
commitc63d92f141613c537ccdd3182efdedf307a9e0d4 (patch)
treeda48db7ba8844b2974f086352d307d55e2afb87f /corfu.el
parentf434fed5f8aec5bef142ad87d3b439841be263e6 (diff)
Rename corfu-info to corfu-doc-buffer
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index 9cf260a..6cbdde2 100644
--- a/corfu.el
+++ b/corfu.el
@@ -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.")