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