Variable: idlwave-comment-indent-char

idlwave-comment-indent-char is a variable defined in idlwave.el.gz.

Value

-1

Documentation

Character to be inserted for IDL comment indentation.

Normally a space.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
;; Note that this is documented in the v18 manuals as being a string
;; of length one rather than a single character.
;; The code in this file accepts either format for compatibility.
(defvar idlwave-comment-indent-char ?\
  "Character to be inserted for IDL comment indentation.
Normally a space.")