summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2014-06-01 18:17:11 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2014-06-01 18:17:11 +0300
commit5cb7bc3962cc1b5465ee100c9ab6763cc783316f (patch)
treea5ad4297c64d5021330ddf3e9c4e82b4876ac22a
parent2f342ba031eb9fb6f052de9b0cef22957ab58443 (diff)
A missing "
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 1d73550..03ff001 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -158,7 +158,7 @@ making quick tag key bindings. The arguments to these functions have
changed as notmuch has evolved but the following should work on all
versions of notmuch from 0.13 on. These functions take a list of
tag changes as argument. For example, an argument of (list "+spam"
-"-inbox) adds the tag spam and deletes the tag inbox. Note the
+"-inbox") adds the tag spam and deletes the tag inbox. Note the
argument must be a list even if there is only a single tag change
e.g., use (list "+deleted") to add the deleted tag.