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-impl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elisp/geiser-impl.el') 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" -- cgit v1.2.3