diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-08 20:18:18 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-08 20:18:18 -0500 |
commit | 6af509ec672f8b32076007bf17ad8cf45668f4cd (patch) | |
tree | afbd4b953383cacf3c9cf404c190c99083698aba /lisp/comint.el | |
parent | 4df0d159631fd58f58e0e475c93ab61910c5d1bf (diff) | |
download | emacs-6af509ec672f8b32076007bf17ad8cf45668f4cd.tar.gz |
Replace the obsolete process-kill-without-query in documentation
* lisp/comint.el (comint-exec-hook):
* lisp/term.el (term-exec-hook):
* lisp/eshell/esh-proc.el (eshell-exec-hook):
Doc fixes re the obsolete process-kill-without-query.
; * lisp/net/ange-ftp.el: Comment.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 9e5e7c69d97..1e4c0d33ee9 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -454,8 +454,8 @@ This is run before the process is cranked up." "Hook run each time a process is exec'd by `comint-exec'. This is called after the process is cranked up. It is useful for things that must be done each time a process is executed in a Comint mode buffer (e.g., -`(process-kill-without-query)'). In contrast, the `comint-mode-hook' is only -executed once when the buffer is created." +`set-process-query-on-exit-flag'). In contrast, `comint-mode-hook' is only +executed once, when the buffer is created." :type 'hook :group 'comint) |