emacs: shorten lines in two doc-strings

The byte-compiler wasn't happy about those.
This commit is contained in:
Jonas Bernoulli 2021-07-19 13:31:09 +02:00 committed by David Bremner
parent 3a6e4f9768
commit dd8c167850
2 changed files with 6 additions and 4 deletions

View file

@ -42,7 +42,7 @@
:group 'notmuch) :group 'notmuch)
(defcustom notmuch-draft-tags '("+draft") (defcustom notmuch-draft-tags '("+draft")
"List of tags changes to apply to a draft message when it is saved in the database. "List of tag changes to apply when saving a draft message in the database.
Tags starting with \"+\" (or not starting with either \"+\" or Tags starting with \"+\" (or not starting with either \"+\" or
\"-\") in the list will be added, and tags starting with \"-\" \"-\") in the list will be added, and tags starting with \"-\"

View file

@ -144,9 +144,11 @@ a plist. Supported properties are
Possible values are `oldest-first', `newest-first' Possible values are `oldest-first', `newest-first'
or nil. Nil means use the default sort order. or nil. Nil means use the default sort order.
:search-type Specify whether to run the search in search-mode, :search-type Specify whether to run the search in search-mode,
tree mode or unthreaded mode. Set to 'tree to specify tree tree mode or unthreaded mode. Set to `tree' to
mode, 'unthreaded to specify unthreaded mode, and set to nil specify tree mode, 'unthreaded to specify
(or anything except tree and unthreaded) to specify search mode. unthreaded mode, and set to nil (or anything
except tree and unthreaded) to specify search
mode.
Other accepted forms are a cons cell of the form (NAME . QUERY) Other accepted forms are a cons cell of the form (NAME . QUERY)
or a list of the form (NAME QUERY COUNT-QUERY)." or a list of the form (NAME QUERY COUNT-QUERY)."