Variable: shell-command-buffer-name

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

Value

"*Shell Command Output*"

Documentation

Name of the output buffer for shell commands.

View in manual

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
;;;; Shell commands

(defconst shell-command-buffer-name "*Shell Command Output*"
  "Name of the output buffer for shell commands.")