mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix typo in line-wrapping in documentation of notmuch-show.
Just trying to keep things neat.
This commit is contained in:
parent
9bee20aed3
commit
8364c2f36e
1 changed files with 7 additions and 3 deletions
|
@ -966,10 +966,14 @@ The optional PARENT-BUFFER is the notmuch-search buffer from
|
|||
which this notmuch-show command was executed, (so that the next
|
||||
thread from that buffer can be show when done with this one).
|
||||
|
||||
The optional QUERY-CONTEXT is a notmuch search term. Only messages from the thread
|
||||
matching this search term are shown if non-nil.
|
||||
The optional QUERY-CONTEXT is a notmuch search term. Only
|
||||
messages from the thread matching this search term are shown if
|
||||
non-nil.
|
||||
|
||||
The optional BUFFER-NAME provides the neame of the buffer in which the message thread is shown. If it is nil (which occurs when the command is called interactively) the argument to the function is used. "
|
||||
The optional BUFFER-NAME provides the name of the buffer in which
|
||||
the message thread is shown. If it is nil (which occurs when the
|
||||
command is called interactively) the argument to the function is
|
||||
used."
|
||||
(interactive "sNotmuch show: ")
|
||||
(when (null buffer-name)
|
||||
(setq buffer-name (concat "*notmuch-" thread-id "*")))
|
||||
|
|
Loading…
Reference in a new issue