]> git.notmuchmail.org Git - notmuch/commitdiff
add missing docstring for functions
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 3 May 2010 10:29:33 +0000 (12:29 +0200)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 01:17:03 +0000 (18:17 -0700)
The '?' key bindings uses them for the help window and these are
currently empty.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
emacs/notmuch-hello.el
emacs/notmuch-mua.el

index f95a86877595812453f6f3f960228132f2805e31..02d8f0c4e1ddddeb958a19fb8ba6579ed8f02493 100644 (file)
@@ -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))
index 0975fe610415c895965a1a150984fcab9ab9c428..0ad079ffaea88a38a2a1cc9ed594341ec3bc0265 100644 (file)
@@ -118,6 +118,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