mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: escape quote in notmuch-search-result-format docstring
Prevent Emacs' mangling of quotes, which breaks the code sample.
This commit is contained in:
parent
e1e1b1176d
commit
6286b76a69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue