mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Mention when make_unibyte_string was introduced.
This commit is contained in:
parent
080ee7f7ec
commit
8f76396da4
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue