From 5d8a721c48e5d839ed69c3cac7f2cf65c6998627 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 2 Oct 2020 15:08:00 +0200 Subject: Improve doc-strings of some options The whole first sentence should fit on the first line. If that makes the line a bit long then that is unfortunate but better than wrapping it onto a new line. When wrapping onto a new line anyway then the second line should never be intended. When it can be avoided, then long first lines should be made shorter. --- elisp/geiser-repl.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'elisp/geiser-repl.el') diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index 3907455..a18025c 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -63,8 +63,7 @@ switching to the Geiser REPL buffer." :group 'geiser-repl) (geiser-custom--defcustom geiser-repl-window-allow-split t - "Whether to allow window splitting when switching to the Geiser -REPL buffer." + "Whether to allow window splitting when switching to the Geiser REPL buffer." :type 'boolean :group 'geiser-repl) @@ -157,8 +156,7 @@ expression, if any." When set, Geiser won't check the version of the Scheme interpreter when starting a REPL, saving a few tenths of a -second. -" +second." :type 'boolean :group 'geiser-repl) -- cgit v1.2.3