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:
committed by
Stefan Kangas
parent
f549d4330f
commit
b74d9e8bad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user