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:
parent
f549d4330f
commit
b74d9e8bad
1 changed files with 1 additions and 2 deletions
|
@ -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
|
buffer as the current buffer after its setup is done. This can
|
||||||
be used to further customize fontification and other behavior of
|
be used to further customize fontification and other behavior of
|
||||||
the indirect buffer."
|
the indirect buffer."
|
||||||
:type 'boolean
|
:type 'hook
|
||||||
:group 'shell
|
:group 'shell
|
||||||
:safe 'booleanp
|
|
||||||
:version "29.1")
|
:version "29.1")
|
||||||
|
|
||||||
(defcustom shell-highlight-undef-enable nil
|
(defcustom shell-highlight-undef-enable nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue