Minor improvements for tramp-interrupt-process, documentation
commit0332a0ef2bbe6954f080cb6c9d3f0cc2517a1ab1
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Aug 2017 13:53:56 +0000 (24 15:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Aug 2017 13:53:56 +0000 (24 15:53 +0200)
treedd5db1d8637ddc8ac9f4653d012dced23816bf68
parentfa5e63e40412f6152dbe079a766845112d598479
Minor improvements for tramp-interrupt-process, documentation

* doc/lispref/processes.texi (Signals to Processes):
* etc/NEWS: Document interrupt-process-functions.

* lisp/net/tramp.el (tramp-interrupt-process): Test also for
`process-live-p'.

* src/process.c (Vinterrupt_process_functions): Fix docstring.

* test/lisp/net/tramp-tests.el (tramp-test28-interrupt-process):
Extend test.
doc/lispref/processes.texi
etc/NEWS
lisp/net/tramp.el
src/process.c
test/lisp/net/tramp-tests.el