Function: idlwave-shell-stack-down
idlwave-shell-stack-down is an interactive and byte-compiled function
defined in idlw-shell.el.gz.
Signature
(idlwave-shell-stack-down)
Documentation
Display the source code one step down the calling stack.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-stack-down ()
"Display the source code one step down the calling stack."
(interactive)
(cl-decf idlwave-shell-calling-stack-index)
(idlwave-shell-display-level-in-calling-stack 'hide))