about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-04-11 13:41:33 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-04-11 13:41:33 +0200
commit94e69746174190f3576c250b69265c72f29128cf (patch)
tree262bb6329711d052bf0b1802f7f79795b0efba1d
parentbba2d3125969b1cb7c3490fac9e6cd354949cf99 (diff)
downloadgitsum-94e69746174190f3576c250b69265c72f29128cf.tar.gz
gitsum-94e69746174190f3576c250b69265c72f29128cf.tar.xz
gitsum-94e69746174190f3576c250b69265c72f29128cf.zip
Show shared-map keybindings in the docstring as well
-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)))