From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 307676DE028C for ; Tue, 5 Sep 2017 06:21:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.052 X-Spam-Level: X-Spam-Status: No, score=-0.052 tagged_above=-999 required=5 tests=[AWL=-0.052] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zdJ3RxtMpMBH for ; Tue, 5 Sep 2017 06:21:04 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id A37486DE00D3 for ; Tue, 5 Sep 2017 06:21:04 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 676CDF99D for ; Tue, 5 Sep 2017 09:21:03 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 7E2D4201F8; Tue, 5 Sep 2017 09:21:00 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] fix documentation bug (leading quotes break documentation) Date: Tue, 5 Sep 2017 09:21:00 -0400 Message-Id: <20170905132100.21778-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.14.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 13:21:09 -0000 --- lib/notmuch.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 66ecb5fc..f26565f3 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -562,9 +562,10 @@ notmuch_database_get_directory (notmuch_database_t *database, * terms from the identified file to the existing message's index, and * adds 'filename' to the list of filenames known for the message. * - * 'indexopts' can be NULL (meaning, use the indexing defaults from - * the database), or can be an explicit choice of indexing options - * that should govern the indexing of this specific 'filename'. + * The 'indexopts' parameter can be NULL (meaning, use the indexing + * defaults from the database), or can be an explicit choice of + * indexing options that should govern the indexing of this specific + * 'filename'. * * If 'message' is not NULL, then, on successful return * (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message' -- 2.14.1