1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

(allout-keybindings-list): Remove C-h binding to allow users to ask

for help.
This commit is contained in:
Chong Yidong 2008-11-30 16:19:31 +00:00
parent 27164217c2
commit 3cc8b5ba1e

View File

@ -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)