; Inform about unlisted semi-char mode exceptions

eat.el: Inform about unlisted semi-char mode exceptions in
Commentary section.
This commit is contained in:
Akib Azmain Turja 2023-04-04 17:13:49 +06:00
parent a20c01e012
commit 5792c1b2e0
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

4
eat.el
View file

@ -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.