From: Carl Worth Date: Wed, 7 Apr 2010 17:40:29 +0000 (-0700) Subject: emacs: Fix typo in line-wrapping in documentation of notmuch-show. X-Git-Tag: 0.2~93 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8364c2f36edd471a6841025553fad663b50a8b1a emacs: Fix typo in line-wrapping in documentation of notmuch-show. Just trying to keep things neat. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index ed95afbd..1875fdc1 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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 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 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 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 "*")))