Function: idlwave-complete-structure-tag-help

idlwave-complete-structure-tag-help is a byte-compiled function defined in idlw-complete-structtag.el.gz.

Signature

(idlwave-complete-structure-tag-help MODE WORD)

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-complete-structtag.el.gz
(defun idlwave-complete-structure-tag-help (mode word)
  (cond
   ((eq mode 'test)
    ;; fontify only in source buffers, not in the shell.
    (not (equal idlwave-current-tags-buffer
                (get-buffer (idlwave-shell-buffer)))))
   ((eq mode 'set)
    (setq idlw-help-kwd word
	  idlwave-help-do-struct-tag idlwave-structtag-struct-location))
   (t (error "This should not happen"))))