From 96e53675eaee9f4fcfa966aab643b94608299118 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 29 Mar 2020 10:22:35 +0200 Subject: [PATCH] ; * doc/lispref/internals.texi (Module Misc): Fix version --- doc/lispref/internals.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. @anchor{open_channel} @deftypefun int open_channel (emacs_env *@var{env}, emacs_value @var{pipe_process}) -This function, which is available since Emacs 27, opens a channel to +This function, which is available since Emacs 28, opens a channel to an existing pipe process. @var{pipe_process} must refer to an existing pipe process created by @code{make-pipe-process}. @ref{Pipe Processes}. If successful, the return value will be a new file -- 2.39.5