Variable: idlwave-comment-indent-char
idlwave-comment-indent-char is a variable defined in idlwave.el.gz.
Value
32
Documentation
Character to be inserted for IDL comment indentation.
Normally a space.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/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 ?\s
"Character to be inserted for IDL comment indentation.
Normally a space.")