]> git.notmuchmail.org Git - notmuch/commit
emacs: fix docstring for `notmuch-search-line-faces'.
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Fri, 23 Dec 2011 20:40:34 +0000 (00:40 +0400)
committerDavid Bremner <bremner@debian.org>
Sat, 24 Dec 2011 19:34:07 +0000 (15:34 -0400)
commitc44a0edadca995ddee4b159e9c465d40a32af6e4
treea57e0e90aa70d1f45eb902760f85afb4a521486f
parentc0d694035d128c1d80881878c269cd09f05794a5
emacs: fix docstring for `notmuch-search-line-faces'.

Examples in documentation for `notmuch-search-line-faces' had an extra
quote, e.g.:

  '(\"unread\" . '(:foreground \"green\"))

Which resulted in values like:

  (\"unread\" quote (:foreground \"green\"))

And tons of "Invalid face reference: quote" errors in the messages
buffer.
emacs/notmuch.el