Function: speedbar-contract-line-descendants
speedbar-contract-line-descendants is an interactive and byte-compiled
function defined in speedbar.el.gz.
Signature
(speedbar-contract-line-descendants)
Documentation
Expand the line under the cursor and all descendants.
Probably introduced at or before Emacs version 22.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-contract-line-descendants ()
"Expand the line under the cursor and all descendants."
(interactive)
(speedbar-contract-line)
;; Don't need to do anything else since all descendants are
;; hidden by default anyway. Yay! It's easy.
)