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-debug.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-debug.el')
-rw-r--r-- | elisp/geiser-debug.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elisp/geiser-debug.el b/elisp/geiser-debug.el index ca51748..561aac2 100644 --- a/elisp/geiser-debug.el +++ b/elisp/geiser-debug.el @@ -32,7 +32,7 @@ "Whether to always display the sexp whose evaluation caused an error after the error message in the debug pop-up. If nil, expressions shorter than `geiser-debug-long-sexp-lines` lines are -show before the error message." +shown before the error message." :group 'geiser-debug :type 'boolean) @@ -46,7 +46,7 @@ has no effect." (geiser-custom--defcustom geiser-debug-jump-to-debug-p t "When set to t (the default), jump to the debug pop-up buffer - in case of evaluation errors. +in case of evaluation errors. See also `geiser-debug-show-debug-p`. " :group 'geiser-debug @@ -54,7 +54,7 @@ See also `geiser-debug-show-debug-p`. " (geiser-custom--defcustom geiser-debug-show-debug-p t "When set to t (the default), show the debug pop-up buffer in - case of evaluation errors. +case of evaluation errors. This option takes effect even if `geiser-debug-jump-to-debug-p` is set." |