summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-05-11 21:54:39 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2012-05-11 21:54:39 +0300
commit7f28138aba6bdba456efe87d88f618a20120cdb5 (patch)
treeb6a6f989507221ef6ef0b527d46503a76a93a289
parent0f8f298b7b6f60888e60ba132c52df5d4e3871df (diff)
a few more "*" escaping
-rw-r--r--news/release-0.2.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/news/release-0.2.mdwn b/news/release-0.2.mdwn
index 793d2ab..d41c19f 100644
--- a/news/release-0.2.mdwn
+++ b/news/release-0.2.mdwn
@@ -33,12 +33,12 @@ configured address.
Previously, it was hard to construct a search term that was
guaranteed to match all messages.
-### Provide a new special-case search term of "*" to match all messages
+### Provide a new special-case search term of "`*`" to match all messages
This can be used in any command accepting a search term, such as
-"notmuch search '*'". Note that you'll want to take care that the
+"notmuch search '`*`'". Note that you'll want to take care that the
shell doesn't expand * against the current files. And note that the
-support for "*" is a special case. It's only meaningful as a single
+support for "`*`" is a special case. It's only meaningful as a single
search term and loses its special meaning when combined with any
other search terms.
@@ -98,7 +98,7 @@ notmuch-show-citation-lines-suffix).
Selective bulk tagging is now possible by selecting a region of
threads and then using either the '+' or '-' keybindings. Bulk
tagging is still available for all threads matching the current
-search with the '*' binding.
+search with the '`*`' binding.
### More meaningful buffer names for thread-view buffers