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-impl.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-impl.el')
-rw-r--r-- | elisp/geiser-impl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/geiser-impl.el b/elisp/geiser-impl.el index 55d750e..246f84a 100644 --- a/elisp/geiser-impl.el +++ b/elisp/geiser-impl.el @@ -38,8 +38,8 @@ (geiser-custom--defcustom geiser-implementations-alist nil "A map from regular expressions or directories to implementations. When opening a new file, its full path will be matched against -each one of the regular expressions or directories in this map in order to -determine its scheme flavour." +each one of the regular expressions or directories in this map +in order to determine its scheme flavour." :type '(repeat (list (choice (group :tag "Regular expression" (const regexp) regexp) (group :tag "Directory" |