From: Jonas Bernoulli Date: Sun, 8 Nov 2020 19:02:47 +0000 (+0100) Subject: emacs: add doc-string to notmuch-tree-mode-map X-Git-Tag: 0.32_rc0~198 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=b9f328b75d02772d74fe2d8fc03f6a5631acacac;p=notmuch emacs: add doc-string to notmuch-tree-mode-map --- diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7b1e34ca..ea6a5cf3 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -359,7 +359,8 @@ FUNC." (define-key map " " 'notmuch-tree-scroll-or-next) (define-key map (kbd "DEL") 'notmuch-tree-scroll-message-window-back) (define-key map "e" 'notmuch-tree-resume-message) - map)) + map) + "Keymap for \"notmuch tree\" buffers.") (fset 'notmuch-tree-mode-map notmuch-tree-mode-map) (defun notmuch-tree-get-message-properties ()