Variable: idlwave-expand-generic-end

idlwave-expand-generic-end is a customizable variable defined in idlwave.el.gz.

Value

nil

Documentation

Non-nil means expand generic END to ENDIF/ENDELSE/ENDWHILE etc.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-expand-generic-end nil
  "Non-nil means expand generic END to ENDIF/ENDELSE/ENDWHILE etc."
  :group 'idlwave-abbrev-and-indent-action
  :type 'boolean)