Fix shell-indirect-setup-hook :type (Bug#66051)

* lisp/shell.el (shell-indirect-setup-hook): It's a hook, not a
boolean.
This commit is contained in:
Mauro Aranda 2023-09-17 10:00:20 -03:00 committed by Stefan Kangas
parent f549d4330f
commit b74d9e8bad

View file

@ -327,9 +327,8 @@ and syntax highlighting is set up with `sh-mode'. In addition to
buffer as the current buffer after its setup is done. This can
be used to further customize fontification and other behavior of
the indirect buffer."
:type 'boolean
:type 'hook
:group 'shell
:safe 'booleanp
:version "29.1")
(defcustom shell-highlight-undef-enable nil