Variable: shell-command-history

shell-command-history is a variable defined in simple.el.gz.

Value

nil

Documentation

History list for some commands that read shell commands.

Maximum length of the history list is determined by the value of history-length, which see.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar shell-command-history nil
  "History list for some commands that read shell commands.

Maximum length of the history list is determined by the value
of `history-length', which see.")