about summary refs log tree commit diff
path: root/gitsum.el
diff options
context:
space:
mode:
Diffstat (limited to 'gitsum.el')
-rw-r--r--gitsum.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitsum.el b/gitsum.el
index f7578f6..9c08d03 100644
--- a/gitsum.el
+++ b/gitsum.el
@@ -26,6 +26,7 @@
 (define-derived-mode gitsum-diff-mode diff-mode "gitsum"
   "Git summary mode is for preparing patches to a Git repository.
 This mode is meant to be activated by `M-x gitsum' or pressing `s' in git-status.
+\\{gitsum-diff-mode-shared-map}
 \\{gitsum-diff-mode-map}"
   ;; magic...
   (lexical-let ((ro-bind (cons 'buffer-read-only gitsum-diff-mode-shared-map)))