From 3cc8b5ba1ebca37183873dbb3f9c93bdf0e7fa23 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 30 Nov 2008 16:19:31 +0000 Subject: [PATCH] (allout-keybindings-list): Remove C-h binding to allow users to ask for help. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/allout.el b/lisp/allout.el index 0c60e5424d0..b25a1271aae 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -136,7 +136,7 @@ unless optional third, non-nil element is present.") ; Exposure commands: ("\C-i" allout-show-children) ("\C-s" allout-show-current-subtree) - ("\C-h" allout-hide-current-subtree) + ;; ("\C-h" allout-hide-current-subtree) ("\C-t" allout-toggle-current-subtree-exposure) ("h" allout-hide-current-subtree) ("\C-o" allout-show-current-entry) -- 2.39.2