Function: idlwave-help-find-header

idlwave-help-find-header is an interactive and byte-compiled function defined in idlw-help.el.gz.

Signature

(idlwave-help-find-header ARG)

Documentation

Jump to the DocLib Header.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-help.el.gz
(defun idlwave-help-find-header (arg)
  "Jump to the DocLib Header."
  (interactive "P")
  (if arg
      (idlwave-help-find-first-header nil)
    (setq idlwave-help-in-header nil)
    (idlwave-help-toggle-header-match-and-def arg 'top)))