Variable: shell-command-buffer-name-async

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

Value

"*Async Shell Command*"

Documentation

Name of the output buffer for asynchronous shell commands.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defconst shell-command-buffer-name-async "*Async Shell Command*"
  "Name of the output buffer for asynchronous shell commands.")