Fix typo in signal-process-functions
* doc/lispref/processes.texi (Signals to Processes): Update reference to correct default variable in the ELisp manual. * etc/NEWS: The same for the NEWS entry (bug#56234).
This commit is contained in:
parent
e12f5ca9a5
commit
b637d9c075
2 changed files with 2 additions and 2 deletions
|
@ -1512,7 +1512,7 @@ This variable is a list of functions to be called for
|
|||
for @code{signal-process}. These functions are called in the order of
|
||||
the list, until one of them returns non-@code{nil}. The default
|
||||
function, which shall always be the last in this list, is
|
||||
@code{signal-default-interrupt-process}.
|
||||
@code{internal-default-signal-process}.
|
||||
|
||||
This is the mechanism, how Tramp implements @code{signal-process}.
|
||||
@end defvar
|
||||
|
|
2
etc/NEWS
2
etc/NEWS
|
@ -2880,7 +2880,7 @@ invocation. Such shells are POSIX conformant by default.
|
|||
This is to determine which function has to be called in order to
|
||||
deliver the signal. This allows Tramp to send the signal to remote
|
||||
asynchronous processes. The hitherto existing implementation has been
|
||||
moved to 'signal-default-interrupt-process'.
|
||||
moved to 'internal-default-signal-process'.
|
||||
|
||||
+++
|
||||
** 'list-system-processes' now returns remote process IDs.
|
||||
|
|
Loading…
Add table
Reference in a new issue