summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-proc.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-08 20:18:18 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-08 20:18:18 -0500
commit6af509ec672f8b32076007bf17ad8cf45668f4cd (patch)
treeafbd4b953383cacf3c9cf404c190c99083698aba /lisp/eshell/esh-proc.el
parent4df0d159631fd58f58e0e475c93ab61910c5d1bf (diff)
downloademacs-6af509ec672f8b32076007bf17ad8cf45668f4cd.tar.gz
emacs-6af509ec672f8b32076007bf17ad8cf45668f4cd.tar.bz2
emacs-6af509ec672f8b32076007bf17ad8cf45668f4cd.zip
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/eshell/esh-proc.el')
-rw-r--r--lisp/eshell/esh-proc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index 59fb9b926d4..94401c5daa5 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -87,8 +87,8 @@ variable's value to take effect."
"Called each time a process is exec'd by `eshell-gather-process-output'.
It is passed one argument, which is the process that was just started.
It is useful for things that must be done each time a process is
-executed in an eshell mode buffer (e.g., `process-kill-without-query').
-In contrast, `eshell-mode-hook' is only executed once when the buffer
+executed in an eshell mode buffer (e.g., `set-process-query-on-exit-flag').
+In contrast, `eshell-mode-hook' is only executed once, when the buffer
is created."
:type 'hook
:group 'eshell-proc)