summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-07 10:40:29 -0700
committerCarl Worth <cworth@cworth.org>2010-04-07 10:40:29 -0700
commit8364c2f36edd471a6841025553fad663b50a8b1a (patch)
treef30aa9f20310790f4408b19e2edb10085cc8d797 /emacs
parent9bee20aed34a9ed035b1a0dc89de89af1c65fd1b (diff)
emacs: Fix typo in line-wrapping in documentation of notmuch-show.
Just trying to keep things neat.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-show.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index ed95afb..1875fdc 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 "*")))