Variable: from--tty-menu-p

from--tty-menu-p is a variable defined in subr.el.gz.

Value

nil

Documentation

Non-nil means the current command was invoked from a TTY menu.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar from--tty-menu-p nil
  "Non-nil means the current command was invoked from a TTY menu.")