diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-11-16 22:28:30 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-06 16:20:16 -0400 |
| commit | d6cacef832e65dd9b8fccc79162cb525b13ab748 (patch) | |
| tree | ba5849e5f2abee53bc373676fa9ff0ddfcf23cda /emacs/notmuch-hello.el | |
| parent | 3cdf105e0f875a04762e4e2cf43baf9a690db994 (diff) | |
emacs: always use elisp quoting style in doc-strings
Emacs doc-strings use neither markdown nor lisp symbol quoting.
Diffstat (limited to 'emacs/notmuch-hello.el')
| -rw-r--r-- | emacs/notmuch-hello.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 28784345..bc07c29c 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -138,8 +138,8 @@ a plist. Supported properties are shown. If not present then the :query property is used. :sort-order Specify the sort order to be used for the search. - Possible values are 'oldest-first 'newest-first or - nil. Nil means use the default sort order. + Possible values are `oldest-first', `newest-first' + or nil. Nil means use the default sort order. :search-type Specify whether to run the search in search-mode, tree mode or unthreaded mode. Set to 'tree to specify tree mode, 'unthreaded to specify unthreaded mode, and set to nil |
