Variable: eshell-inside-emacs
eshell-inside-emacs is a variable defined in em-dirs.el.gz.
Value
"28.2,eshell"
Documentation
Value for the INSIDE_EMACS environment variable.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
(defconst eshell-inside-emacs (format "%s,eshell" emacs-version)
"Value for the `INSIDE_EMACS' environment variable.")