Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8B24B4196F3 for ; Mon, 3 May 2010 03:29:44 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rXX6LI2BgnFR for ; Mon, 3 May 2010 03:29:43 -0700 (PDT) Received: from homiemail-a15.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by olra.theworths.org (Postfix) with ESMTP id BEA784196F5 for ; Mon, 3 May 2010 03:29:40 -0700 (PDT) Received: from localhost.localdomain (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de) by homiemail-a15.g.dreamhost.com (Postfix) with ESMTPA id C067D76C065; Mon, 3 May 2010 03:29:38 -0700 (PDT) From: Sebastian Spaeth To: Notmuch developer list Subject: [PATCHv2 2/2] add missing docstring for functions Date: Mon, 3 May 2010 12:29:33 +0200 Message-Id: <1272882573-9864-2-git-send-email-Sebastian@SSpaeth.de> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1272879900-8285-1-git-send-email-Sebastian@SSpaeth.de> References: <1272879900-8285-1-git-send-email-Sebastian@SSpaeth.de> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Mon, 03 May 2010 10:29:44 -0000 The '?' key bindings uses them for the help window and these are currently empty. Signed-off-by: Sebastian Spaeth --- emacs/notmuch-hello.el | 1 + emacs/notmuch-mua.el | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 1042f31..b16af07 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -203,6 +203,7 @@ diagonal." (notmuch-hello-update t)) (defun notmuch-hello-update (&optional no-display) + "Update the current notmuch view." ;; Lazy - rebuild everything. (interactive) (notmuch-hello no-display)) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index bd06e3c..5a1a059 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -124,6 +124,7 @@ list." (defun notmuch-mua-mail (&optional to subject other-headers continue switch-function yank-action send-actions) + "Invoke the notmuch mail composition window." (interactive) (when notmuch-mua-user-agent-function -- 1.7.0.4