]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Fix typo in line-wrapping in documentation of notmuch-show.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 17:40:29 +0000 (10:40 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 17:40:29 +0000 (10:40 -0700)
Just trying to keep things neat.

emacs/notmuch-show.el

index ed95afbd25673c77a4b67c329730dacac1982020..1875fdc1401ec16805050d5584abe25526c6206e 100644 (file)
@@ -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).
 
 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 "*")))
   (interactive "sNotmuch show: ")
   (when (null buffer-name)
     (setq buffer-name (concat "*notmuch-" thread-id "*")))