Function: idlwave-shell-show-commentary
idlwave-shell-show-commentary is an interactive and byte-compiled
function defined in idlwave.el.gz.
Signature
(idlwave-shell-show-commentary)
Documentation
Use the finder to view the file documentation from idlw-shell.el.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defun idlwave-shell-show-commentary ()
"Use the finder to view the file documentation from `idlw-shell.el'."
(interactive)
(finder-commentary "idlw-shell.el"))