diff options
| author | Eric Skoglund | 2018-03-16 14:49:56 +0100 |
|---|---|---|
| committer | Noam Postavsky | 2018-03-25 11:20:20 -0400 |
| commit | 1be6a21fd8b5ade67f7f69f964331aa570623683 (patch) | |
| tree | 6ff6e3406ebd0f99ffa8225b8edf4ebd1bd915de /doc/misc/eshell.texi | |
| parent | 1d47d777ef24c0be9153b0a1c8ba21918fa1025a (diff) | |
| download | emacs-1be6a21fd8b5ade67f7f69f964331aa570623683.tar.gz emacs-1be6a21fd8b5ade67f7f69f964331aa570623683.zip | |
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)
* lisp/eshell/esh-proc.el (eshell/kill): Handle the argument parsing
and numeric conversion in function in order to parse -signal and
-SIGNALNAME correctly.
* doc/misc/eshell.texi (kill): Update docs to reflect new function
behaviour.
* etc/NEWS: Mention new eshell/kill behaviour.
Diffstat (limited to 'doc/misc/eshell.texi')
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 80077e5ccdb..bda61594883 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -330,7 +330,7 @@ List subprocesses of the Emacs process, if any, using the function | |||
| 330 | @item kill | 330 | @item kill |
| 331 | @cmindex kill | 331 | @cmindex kill |
| 332 | Kill processes. Takes a PID or a process object and an optional | 332 | Kill processes. Takes a PID or a process object and an optional |
| 333 | signal specifier. | 333 | signal specifier which can either be a number or a signal name. |
| 334 | 334 | ||
| 335 | @item listify | 335 | @item listify |
| 336 | @cmindex listify | 336 | @cmindex listify |