diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-10-02 15:08:00 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-12-02 19:28:40 +0000 |
commit | 5d8a721c48e5d839ed69c3cac7f2cf65c6998627 (patch) | |
tree | 6ff13515353791baf07e1bba62e21db0dd5ddc36 /elisp/geiser-repl.el | |
parent | 887cefb5cec2a8f86907339158431514c1e519e1 (diff) | |
download | geiser-5d8a721c48e5d839ed69c3cac7f2cf65c6998627.tar.gz geiser-5d8a721c48e5d839ed69c3cac7f2cf65c6998627.tar.bz2 |
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.
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r-- | elisp/geiser-repl.el | 6 |
1 files changed, 2 insertions, 4 deletions
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) |