aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-11-16 22:28:28 +0100
committerDavid Bremner <david@tethera.net>2020-12-06 16:19:36 -0400
commita7ba52eb94edaf254e74034ff86d4ac37cb3ed6b (patch)
tree462196854d7e7c91df4394172c48af6da1d81335
parent27b448f38101dae8b2211f59cc7a44a8c9c6bb86 (diff)
emacs: place only first sentence on first doc-string line
-rw-r--r--emacs/notmuch-mua.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index 49bad00d..9d08c2c9 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -62,8 +62,8 @@ accordingly."
(const :tag "Compose mail in a new frame" new-frame)))
(defcustom notmuch-mua-user-agent-function nil
- "Function used to generate a `User-Agent:' string. If this is
-`nil' then no `User-Agent:' will be generated."
+ "Function used to generate a `User-Agent:' string.
+If this is `nil' then no `User-Agent:' will be generated."
:type '(choice (const :tag "No user agent string" nil)
(const :tag "Full" notmuch-mua-user-agent-full)
(const :tag "Notmuch" notmuch-mua-user-agent-notmuch)