; Mention when make_unibyte_string was introduced.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user