]> git.cworth.org Git - notmuch/commitdiff
emacs: add doc-string to notmuch-tree-mode-map
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 8 Nov 2020 19:02:47 +0000 (20:02 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 12 Nov 2020 00:13:16 +0000 (20:13 -0400)
emacs/notmuch-tree.el

index 7b1e34ca994dfa72801d839b3b9a95266ece5cd4..ea6a5cf3ec0547185342098e3d82015856b0e5b2 100644 (file)
@@ -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 ()