summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-10-07 12:19:36 -0300
committerDavid Bremner <david@tethera.net>2015-10-07 12:19:36 -0300
commitc9f68e4b284734bf5c4ec9939b359698fabb6296 (patch)
tree6cabcd1370e7a2d4490a54ba01db2d1bc9fa7b80
parent760868ff30744a02980535a7e2d01e3ffb794c01 (diff)
remove extra quote from emacs example
the list is already quoted
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 95157e7..b158c6d 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -218,7 +218,7 @@ displaying the count for the saved-search. For example
(setq notmuch-saved-searches '((:name "inbox"
:query "tag:inbox"
:count-query "tag:inbox and tag:unread"
- :sort-order 'oldest-first)))
+ :sort-order oldest-first)))
specifies a single saved search for inbox, but the number displayed by
the search will be the number of unread messages in the inbox, and the