Variable: executable-self-display
executable-self-display is a customizable variable defined in
executable.el.gz.
This variable is obsolete since 25.1.
Value
"tail"
Documentation
Command you use with argument -n+2 to make text files self-display.
Note that the like of more doesn't work too well under Emacs M-x shell (shell).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/executable.el.gz
(defcustom executable-self-display "tail"
"Command you use with argument `-n+2' to make text files self-display.
Note that the like of `more' doesn't work too well under Emacs \\[shell]."
:type 'string)