From 94e69746174190f3576c250b69265c72f29128cf Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 11 Apr 2008 13:41:33 +0200 Subject: Show shared-map keybindings in the docstring as well --- gitsum.el | 1 + 1 file changed, 1 insertion(+) 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))) -- cgit 1.4.1