Variable: gnus-other-frame-function
gnus-other-frame-function is a customizable variable defined in
gnus.el.gz.
Value
gnus
Documentation
Function called by the command gnus-other-frame when starting Gnus.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-other-frame-function #'gnus
"Function called by the command `gnus-other-frame' when starting Gnus."
:group 'gnus-start
:type '(choice (function-item gnus)
(function-item gnus-no-server)
(function-item gnus-child)
(function-item gnus-child-no-server)))