From 80028848e808382a6eaf98f6a66128b7da6e3fc7 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 4 Sep 2021 15:01:50 +0200 Subject: emacs/bqn-input.el: make defcustom docstring max-width happy A docstring wider than 80 characters causes a warning when compiling which isn't too much trouble to clean up. --- editors/emacs/bqn-input.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/emacs/bqn-input.el b/editors/emacs/bqn-input.el index 8ec5c4f7..a0230245 100644 --- a/editors/emacs/bqn-input.el +++ b/editors/emacs/bqn-input.el @@ -39,9 +39,9 @@ (setq bqn--mode-map (bqn--make-bqn-mode-map))) (defcustom bqn-mode-map-prefix "s-" - "The keymap prefix for ‘bqn--mode-map’ used both to store the new value -using ‘set-create’ and to update ‘bqn--mode-map’ using - `bqn--make-bqn-mode-map'. Kill and re-start your BQN buffers to reflect the change." + "The keymap prefix for ‘bqn--mode-map’ used both to store the new value using + ‘set-create’ and to update ‘bqn--mode-map’ using `bqn--make-bqn-mode-map'. + Kill and re-start your BQN buffers to reflect the change." :type 'string :group 'bqn :set 'bqn--set-mode-map-prefix) -- cgit v1.2.3