mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; 'eshell-kill-process-wait-time' can be a floating-point number
* lisp/eshell/esh-proc.el (eshell-kill-process-wait-time): Update type.
This commit is contained in:
parent
266ed1b847
commit
0f9c3284c6
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ If QUERY is non-nil, query the user with QUERY before calling FUNC."
|
|||
|
||||
(defcustom eshell-kill-process-wait-time 5
|
||||
"Seconds to wait between sending termination signals to a subprocess."
|
||||
:type 'integer)
|
||||
:type 'number)
|
||||
|
||||
(defcustom eshell-kill-process-signals '(SIGINT SIGQUIT SIGKILL)
|
||||
"Signals used to kill processes when an Eshell buffer exits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue