From: David Bremner Date: Wed, 16 Feb 2022 11:56:42 +0000 (-0400) Subject: emacs: escape quote in notmuch-search-result-format docstring X-Git-Tag: archive/debian/0.36_rc0-1~38 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6286b76a69f11a72927c96a928d4493cab2237ce emacs: escape quote in notmuch-search-result-format docstring Prevent Emacs' mangling of quotes, which breaks the code sample. --- 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