emacs: place only first sentence on first doc-string line

This commit is contained in:
Jonas Bernoulli 2020-11-16 22:28:28 +01:00 committed by David Bremner
parent 27b448f381
commit a7ba52eb94

View file

@ -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)