From 5792c1b2e0f1fa5933a82c65db8f04a65a8f10ed Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Tue, 4 Apr 2023 17:13:49 +0600 Subject: [PATCH] ; Inform about unlisted semi-char mode exceptions eat.el: Inform about unlisted semi-char mode exceptions in Commentary section. --- eat.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eat.el b/eat.el index f0536b0..621e914 100644 --- a/eat.el +++ b/eat.el @@ -51,7 +51,9 @@ ;; * "semi-char" mode: Most keys are bound to send the key to the ;; terminal, except the following keys: `C-\', `C-c', `C-x', -;; `C-g', `C-h', `C-M-c', `C-u', `M-x', `M-:', `M-!', `M-&'. The +;; `C-g', `C-h', `C-M-c', `C-u', `M-x', `M-:', `M-!', `M-&' and +;; some other keys (see the user option +;; `eat-semi-char-non-bound-keys' for the complete list). The ;; following special keybinding are available: ;; * `C-q': Send next key to the terminal.