diff options
author | Philipp Stephani <phst@google.com> | 2020-03-29 10:22:35 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2020-03-29 10:22:35 +0200 |
commit | 96e53675eaee9f4fcfa966aab643b94608299118 (patch) | |
tree | 093439065939fbd3ec4b33cb8e9b62a8f8c36ce8 /doc/lispref/internals.texi | |
parent | 52fab66c277cd8d83fad0bd6bda8234e102bdc02 (diff) | |
download | emacs-96e53675eaee9f4fcfa966aab643b94608299118.tar.gz emacs-96e53675eaee9f4fcfa966aab643b94608299118.tar.bz2 emacs-96e53675eaee9f4fcfa966aab643b94608299118.zip |
; * doc/lispref/internals.texi (Module Misc): Fix version
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 2 |
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. @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 |