diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2022-06-26 12:27:55 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-26 16:47:20 +0200 |
commit | b637d9c0750fde8810058a153d964b6c70e0f577 (patch) | |
tree | d7230c2e1a2cff0fa9e2b84f666d44cc90796952 /doc/lispref/processes.texi | |
parent | e12f5ca9a5be854f0b57fea1a5dfc3b75549f283 (diff) | |
download | emacs-b637d9c0750fde8810058a153d964b6c70e0f577.tar.gz |
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).
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |