branch: elpa/git-commit
commit d58214a7023462898c834b2ddac73043de1174d5
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-file-section-map: Add comment
---
 lisp/magit-diff.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index a64d4d6e43..1818c20e97 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -2086,6 +2086,8 @@ keymap is the parent of their keymaps."
                                               '(unstaged staged))))))
 
 (defvar-keymap magit-file-section-map
+  ;; Even though this derived map doesn't add any bindings by default,
+  ;; it is quite possible that some users would want to add their own.
   :doc "Keymap for `file' sections."
   :parent magit-diff-section-base-map)
 

Reply via email to