Variable: inferior-octave-buffer
inferior-octave-buffer is a customizable variable defined in
octave.el.gz.
Value
"*Inferior Octave*"
Documentation
Name of buffer for running an inferior Octave process.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom inferior-octave-buffer "*Inferior Octave*"
"Name of buffer for running an inferior Octave process."
:type 'string)