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-image.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'elisp/geiser-image.el') diff --git a/elisp/geiser-image.el b/elisp/geiser-image.el index 2b496c2..ea253af 100644 --- a/elisp/geiser-image.el +++ b/elisp/geiser-image.el @@ -38,7 +38,7 @@ (geiser-custom--defcustom geiser-image-cache-dir nil "Default directory where generated images are stored. -If nil,the system wide tmp dir will be used." +If nil, then the system wide tmp dir will be used." :type 'path :group 'geiser-image) @@ -46,8 +46,8 @@ If nil,the system wide tmp dir will be used." 'button geiser-image "image buttons in terminal buffers") (geiser-impl--define-caller geiser-image--cache-dir image-cache-dir () - "Directory where generated images are stored. If this function -returns nil, no images are generated.") + "Directory where generated images are stored. +If this function returns nil, then no images are generated.") -- cgit v1.2.3