mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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>
This commit is contained in:
parent
a56010ac8b
commit
e229bfa5aa
2 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue