From cbeb0da5958b2f53059269379b219710ee7618cc Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 23 Mar 2019 13:51:03 +0100 Subject: [PATCH] doc: Clean up warnings when building notmuch-emacs docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without this change, we see this during the build: sphinx-build -b html -d doc/_build/doctrees -q ./doc doc/_build/html …/doc/notmuch-emacs.rst:67: WARNING: Unexpected indentation. …/doc/notmuch-emacs.rst:165: WARNING: Unexpected indentation. …/doc/notmuch-emacs.rst:306: WARNING: Unexpected indentation. This source change doesn't seem to have any effect on the generated HTML, at least. Signed-off-by: Daniel Kahn Gillmor --- doc/notmuch-emacs.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 0df46df9..1655e2f0 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -62,8 +62,7 @@ notmuch-hello key bindings ```` Activate the current widget. -``g`` -``=`` +``g`` ``=`` Refresh the buffer; mainly update the counts of messages for various saved searches. @@ -160,8 +159,7 @@ menu of results that the user can explore further by pressing ```` Open thread on current line in :ref:`notmuch-show` mode -``g`` -``=`` +``g`` ``=`` Refresh the buffer ``?`` @@ -301,8 +299,7 @@ tags. ``p`` Move to previous matching message -``g`` -``=`` +``g`` ``=`` Refresh the buffer ``?`` -- 2.43.0