Variable: idlwave-rinfo-max-source-lines
idlwave-rinfo-max-source-lines is a customizable variable defined in
idlwave.el.gz.
Value
5
Documentation
Maximum number of source files displayed in the Routine Info window.
When an integer, it is the maximum number of source files displayed. A value of t means to show all source files.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-rinfo-max-source-lines 5
"Maximum number of source files displayed in the Routine Info window.
When an integer, it is the maximum number of source files displayed.
A value of t means to show all source files."
:group 'idlwave-routine-info
:type 'integer)