aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-02-16 07:56:42 -0400
committerDavid Bremner <david@tethera.net>2022-02-16 07:56:42 -0400
commit6286b76a69f11a72927c96a928d4493cab2237ce (patch)
treed8b0a3bc6256aca28897e5a0e5f17390f0318470 /emacs/notmuch.el
parente1e1b1176d617f6561b2dbc278110c963e116f1f (diff)
emacs: escape quote in notmuch-search-result-format docstring
Prevent Emacs' mangling of quotes, which breaks the code sample.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 6abb17ff..c9cf80dc 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -93,7 +93,7 @@
Supported fields are: date, count, authors, subject, tags.
For example:
(setq notmuch-search-result-format
- '((\"authors\" . \"%-40s\")
+ \\='((\"authors\" . \"%-40s\")
(\"subject\" . \"%s\")))
Line breaks are permitted in format strings (though this is