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.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.el')
| -rw-r--r-- | emacs/notmuch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 165aaa43..3ca27b26 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -342,7 +342,7 @@ there will be called at other points of notmuch execution." "Face used in search mode face for flagged threads. This face is the default value for the \"flagged\" tag in -`notmuch-search-line-faces`." +`notmuch-search-line-faces'." :group 'notmuch-search :group 'notmuch-faces) @@ -352,7 +352,7 @@ This face is the default value for the \"flagged\" tag in "Face used in search mode for unread threads. This face is the default value for the \"unread\" tag in -`notmuch-search-line-faces`." +`notmuch-search-line-faces'." :group 'notmuch-search :group 'notmuch-faces) |
