diff options
Diffstat (limited to 'lisp/eshell/esh-proc.el')
-rw-r--r-- | lisp/eshell/esh-proc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index bb928fc5fb0..950922ea7f8 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el @@ -552,7 +552,7 @@ See the variable `eshell-kill-processes-on-exit'." (setq sigs (cdr sigs)))))) (defun eshell-query-kill-processes () - "Kill processes belonging to the current Eshell buffer, possibly w/ query." + "Kill processes belonging to the current Eshell buffer, possibly with query." (when (and eshell-kill-processes-on-exit eshell-process-list) (save-window-excursion |