mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: place only first sentence on first doc-string line
This commit is contained in:
parent
27b448f381
commit
a7ba52eb94
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue