diff options
| author | Jani Nikula <jani@nikula.org> | 2015-08-15 12:05:11 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-09-29 08:25:25 -0300 |
| commit | ac609e5a3b8d2f528cc65fd4661e25e5140a7baf (patch) | |
| tree | 39b6b89af15d04bde158e96b8f69bd29d7281b0f | |
| parent | 847792ec29709f3d3c0e94cdd22b60a253e6de8a (diff) | |
man: clean up notmuch-emacs-mua man page
Move --client description to a more suitable location, stylistic
changes.
| -rw-r--r-- | doc/man1/notmuch-emacs-mua.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 36b51cdc..7c2f5c24 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -18,10 +18,6 @@ Supported options for **notmuch-emacs-mua** include ``-h, --help`` Display help. - ``--client`` - Use emacsclient, rather than emacs. This will start - an emacs daemon process if necessary. - ``-s, --subject=``\ <subject> Specify the subject of the message. @@ -38,7 +34,11 @@ Supported options for **notmuch-emacs-mua** include Specify a file to include into the body of the message. ``--no-window-system`` - Even if a window system is available, use the current terminal + Even if a window system is available, use the current terminal. + + ``--client`` + Use **emacsclient**, rather than **emacs**. This will start + an Emacs daemon process if necessary. ``--print`` Output the resulting elisp to stdout instead of evaluating it. |
