branch: externals/corfu
commit f658ae627508ba8104b640b4242a2a99716c58ea
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Update comment
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 5cd07930d0..3eb4deb3dc 100644
--- a/corfu.el
+++ b/corfu.el
@@ -238,7 +238,7 @@ the completion backend is costly."
   ;; XXX C-a is bound because of Eshell.
   ;; Ideally Eshell would remap move-beginning-of-line.
   "C-a" #'corfu-prompt-beginning
-  ;; XXX [tab] is bound because of org-mode
+  ;; XXX [tab] is bound because of org-mode and orgtbl-mode.
   ;; The binding should be removed from org-mode-map.
   "<tab>" #'corfu-complete
   "M-n" #'corfu-next

Reply via email to