aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-hello.el
diff options
context:
space:
mode:
authorGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2010-05-03 12:29:33 +0200
committerGravatar Carl Worth <cworth@cworth.org>2010-06-03 18:17:03 -0700
commite229bfa5aa68ce0e9076b04cac7774a754b47ab2 (patch)
tree41752c0c99c17e376e19b347c8badb25ed071dd0 /emacs/notmuch-hello.el
parenta56010ac8b89a2489eee5c78469f05cee85ec858 (diff)
add missing docstring for functions
The '?' key bindings uses them for the help window and these are currently empty. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'emacs/notmuch-hello.el')
-rw-r--r--emacs/notmuch-hello.el1
1 files changed, 1 insertions, 0 deletions
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))