Function: idlwave-has-help
idlwave-has-help is a byte-compiled function defined in
idlw-help.el.gz.
Signature
(idlwave-has-help NAME TYPE CLASS)
Documentation
Does this have help associated with it?
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-help.el.gz
(defun idlwave-has-help (name type class)
"Does this have help associated with it?"
(let ((entry (idlwave-best-rinfo-assoc name type class (idlwave-routines))))
(idlwave-entry-has-help entry)))