emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b637d9c075: Fix typo in signal-process-functions


From: Lars Ingebrigtsen
Subject: master b637d9c075: Fix typo in signal-process-functions
Date: Sun, 26 Jun 2022 10:48:00 -0400 (EDT)

branch: master
commit b637d9c0750fde8810058a153d964b6c70e0f577
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 doc/lispref/processes.texi | 2 +-
 etc/NEWS                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 9e0bd98a54..14856b9e05 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 01354a65f0..4e091e5a14 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]