aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 0c24dac7775..d70c3543f2a 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -2024,7 +2024,7 @@ ways.
2024 2024
2025@anchor{open_channel} 2025@anchor{open_channel}
2026@deftypefun int open_channel (emacs_env *@var{env}, emacs_value @var{pipe_process}) 2026@deftypefun int open_channel (emacs_env *@var{env}, emacs_value @var{pipe_process})
2027This function, which is available since Emacs 27, opens a channel to 2027This function, which is available since Emacs 28, opens a channel to
2028an existing pipe process. @var{pipe_process} must refer to an 2028an existing pipe process. @var{pipe_process} must refer to an
2029existing pipe process created by @code{make-pipe-process}. @ref{Pipe 2029existing pipe process created by @code{make-pipe-process}. @ref{Pipe
2030Processes}. If successful, the return value will be a new file 2030Processes}. If successful, the return value will be a new file