From e229bfa5aa68ce0e9076b04cac7774a754b47ab2 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 3 May 2010 12:29:33 +0200 Subject: add missing docstring for functions The '?' key bindings uses them for the help window and these are currently empty. Signed-off-by: Sebastian Spaeth --- emacs/notmuch-hello.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/notmuch-hello.el') diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index f95a8687..02d8f0c4 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -249,6 +249,7 @@ should be. Returns a cons cell `(tags-per-line width)'." (notmuch-hello-update t)) (defun notmuch-hello-update (&optional no-display) + "Update the current notmuch view." ;; Lazy - rebuild everything. (interactive) (notmuch-hello no-display)) -- cgit v1.2.3