aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2014-11-15 16:52:44 +0200
committerDavid Bremner <david@tethera.net>2014-11-16 09:36:50 +0100
commit32855b91d980c6c17ee8c4fe2fb2fa957d11d90f (patch)
tree2ecaaeed39fe14898cb596b27c63910e31565722
parentcffa3cf76ff6d3735d26ac17ab3e56c123c33edf (diff)
NEWS & doc: typing fixes
Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
-rw-r--r--NEWS8
-rw-r--r--doc/man1/notmuch-search.rst2
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 80679bd2..44e8d054 100644
--- a/NEWS
+++ b/NEWS
@@ -126,8 +126,8 @@ Library users can now abort an atomic section by closing the database
Callers can now simply close the database, and any outstanding
atomic section will be aborted.
-Add return status to notmuch_database_close and
-notmuch_database_destroy
+Add return status to `notmuch_database_close` and
+`notmuch_database_destroy`
Bug fixes and performance improvements for thread linking
@@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs
Put notmuch lib directory first in RPATH
-Fix handling of html_static_path in sphinx
+Fix handling of `html_static_path` in sphinx
Both the python bindings and the main docs had spurious settings of
this variable.
@@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match
advised to see the `notmuch-search-terms` manual page for details,
and review how the change affects their existing `folder:` searches.
-There is a new `path:` search prefix.
+There is a new `path:` search prefix
The new `path:` search prefix complements the `folder:` prefix. The
`path:` prefix searches for email messages that are in particular
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 0cc2911f..1af56c44 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -153,4 +153,4 @@ SEE ALSO
**notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,
**notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,
**notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**
-***notmuch-address(1)**
+**notmuch-address(1)**