From: Philipp Stephani Date: Sun, 29 Mar 2020 08:22:35 +0000 (+0200) Subject: ; * doc/lispref/internals.texi (Module Misc): Fix version X-Git-Tag: emacs-28.0.90~7696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96e53675eaee9f4fcfa966aab643b94608299118;p=emacs.git ; * doc/lispref/internals.texi (Module Misc): Fix version --- 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