From b637d9c0750fde8810058a153d964b6c70e0f577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Sun, 26 Jun 2022 12:27:55 +0200 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/processes.texi') 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 -- cgit v1.2.1