From: Chong Yidong Date: Sun, 30 Nov 2008 16:19:31 +0000 (+0000) Subject: (allout-keybindings-list): Remove C-h binding to allow users to ask X-Git-Tag: emacs-pretest-23.0.90~1408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cc8b5ba1ebca37183873dbb3f9c93bdf0e7fa23;p=emacs.git (allout-keybindings-list): Remove C-h binding to allow users to ask for help. --- 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)