mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
* lisp/window.el (display-comint-buffer-action): Fix type.
This commit is contained in:
parent
d0974e294d
commit
1d2d7ee87e
1 changed files with 1 additions and 1 deletions
|
|
@ -7476,7 +7476,7 @@ ALIST. See `display-buffer' for details."
|
|||
|
||||
(defcustom display-comint-buffer-action 'display-buffer-same-window
|
||||
"The action to display a comint buffer."
|
||||
:type 'display-buffer--action-function-custom-type
|
||||
:type display-buffer--action-function-custom-type
|
||||
:risky t
|
||||
:version "29.1"
|
||||
:group 'windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue