From 9b130b2e9a4e59a4422dcbe8162a06084d88696d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 17 May 2024 11:26:50 +0200 Subject: [PATCH] ; Fix single quote docstring warning * exwm-input.el (exwm-input-prefix-keys): Fix docstring. --- exwm-input.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exwm-input.el b/exwm-input.el index f1f035c..eac0ef6 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -46,7 +46,7 @@ '(?\C-x ?\C-u ?\C-h ?\M-x ?\M-` ?\M-& ?\M-:) "List of prefix keys EXWM should forward to Emacs when in `line-mode'. -The point is to make keys like 'C-x C-f' forwarded to Emacs in `line-mode'. +The point is to make keys like `C-x C-f' forwarded to Emacs in `line-mode'. There is no need to add prefix keys for global/simulation keys or those defined in `exwm-mode-map' here." :type '(repeat key-sequence)