diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-11-08 20:02:47 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-11-11 20:13:16 -0400 |
| commit | b9f328b75d02772d74fe2d8fc03f6a5631acacac (patch) | |
| tree | b8f6995c1908217db31aad8dcbc6ca40835f388f | |
| parent | 0496668ad58c20f6931e11e40c9d877eb80e355a (diff) | |
emacs: add doc-string to notmuch-tree-mode-map
| -rw-r--r-- | emacs/notmuch-tree.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 () |
