aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index e7ee99ab3d9..730caea677f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -8192,8 +8192,8 @@ The variable takes effect when `start-process' is called. */);
8192 Vprocess_adaptive_read_buffering = Qt; 8192 Vprocess_adaptive_read_buffering = Qt;
8193 8193
8194 DEFVAR_LISP ("interrupt-process-functions", Vinterrupt_process_functions, 8194 DEFVAR_LISP ("interrupt-process-functions", Vinterrupt_process_functions,
8195 doc: /* List of functions to be called for `interrupt-function'. 8195 doc: /* List of functions to be called for `interrupt-process'.
8196The arguments of the functions are the same as for `interrupt-function'. 8196The arguments of the functions are the same as for `interrupt-process'.
8197These functions are called in the order of the list, until one of them 8197These functions are called in the order of the list, until one of them
8198returns non-`nil'. */); 8198returns non-`nil'. */);
8199 Vinterrupt_process_functions = list1 (Qinternal_default_interrupt_process); 8199 Vinterrupt_process_functions = list1 (Qinternal_default_interrupt_process);