diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/internals.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 26292d75369..0cb3e0ccb1d 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -1814,9 +1814,10 @@ returns unique mutable string objects. | |||
| 1814 | @end deftypefn | 1814 | @end deftypefn |
| 1815 | 1815 | ||
| 1816 | @deftypefn Function emacs_value make_unibyte_string (emacs_env *@var{env}, const char *@var{str}, ptrdiff_t @var{len}) | 1816 | @deftypefn Function emacs_value make_unibyte_string (emacs_env *@var{env}, const char *@var{str}, ptrdiff_t @var{len}) |
| 1817 | This function is like @code{make_string}, but has no restrictions on | 1817 | This function, which is available since Emacs 28, is like |
| 1818 | the values of the bytes in the C string, and can be used to pass | 1818 | @code{make_string}, but has no restrictions on the values of the bytes |
| 1819 | binary data to Emacs in the form of a unibyte string. | 1819 | in the C string, and can be used to pass binary data to Emacs in the |
| 1820 | form of a unibyte string. | ||
| 1820 | @end deftypefn | 1821 | @end deftypefn |
| 1821 | 1822 | ||
| 1822 | The @acronym{API} does not provide functions to manipulate Lisp data | 1823 | The @acronym{API} does not provide functions to manipulate Lisp data |