; Mention when make_unibyte_string was introduced.

This commit is contained in:
Basil L. Contovounesios 2025-11-04 10:36:40 +01:00
parent 080ee7f7ec
commit 8f76396da4

View file

@ -1814,9 +1814,10 @@ returns unique mutable string objects.
@end deftypefn
@deftypefn Function emacs_value make_unibyte_string (emacs_env *@var{env}, const char *@var{str}, ptrdiff_t @var{len})
This function is like @code{make_string}, but has no restrictions on
the values of the bytes in the C string, and can be used to pass
binary data to Emacs in the form of a unibyte string.
This function, which is available since Emacs 28, is like
@code{make_string}, but has no restrictions on the values of the bytes
in the C string, and can be used to pass binary data to Emacs in the
form of a unibyte string.
@end deftypefn
The @acronym{API} does not provide functions to manipulate Lisp data