From: Daniel Martín Date: Sun, 26 Jun 2022 10:27:55 +0000 (+0200) Subject: Fix typo in signal-process-functions X-Git-Tag: emacs-29.0.90~1447^2~1450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b637d9c0750fde8810058a153d964b6c70e0f577;p=emacs.git 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). --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 9e0bd98a54f..14856b9e050 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -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 diff --git a/etc/NEWS b/etc/NEWS index 01354a65f0f..4e091e5a146 100644 --- a/etc/NEWS +++ b/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.