]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in signal-process-functions
authorDaniel Martín <mardani29@yahoo.es>
Sun, 26 Jun 2022 10:27:55 +0000 (12:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 26 Jun 2022 14:47:20 +0000 (16:47 +0200)
* 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).

doc/lispref/processes.texi
etc/NEWS

index 9e0bd98a54f13a2e04d9c23f58831560a929a127..14856b9e050b7808f67679c7c7da26bd682dbbdf 100644 (file)
@@ -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
index 01354a65f0fef6c0fab465264deaef5996b056c1..4e091e5a1464a9e9543df3fcb005d1571cbc38cc 100644 (file)
--- 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.