diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2014-05-06 16:17:32 +0100 |
|---|---|---|
| committer | Mark Walters <markwalters1009@gmail.com> | 2014-05-06 16:17:32 +0100 |
| commit | 915f6b67d0ef9907de86e4a9d6ced4a5f207dbd7 (patch) | |
| tree | 717892e4db40b504906ef65a098385e2bddab841 | |
| parent | b7174eac02828bf63459d533a3e77c81d9fb563e (diff) | |
emacstips: fix english usage
| -rw-r--r-- | emacstips.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 552fe31..36b7029 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -177,7 +177,7 @@ case you want this behaviour: The `notmuch-{search,show,tree}-tag` functions are very useful for 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 0.13 and later. These functions take a list of +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 argument must be a list even if there is only a single tag change |
