1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

Merge from origin/emacs-27

a7c2793efe Fix last change
This commit is contained in:
Glenn Morris 2021-01-04 07:50:25 -08:00
commit 49137d3278

View File

@ -120,9 +120,9 @@ character (i.e., an integer), @code{nil} otherwise.
@cindex string creation
The following functions create strings, either from scratch, or by
putting strings together, or by taking them apart. (For functions that
create strings based on searching the contents of other strings (like
@code{string-replace} and @code{replace-regexp-in-string}), see
putting strings together, or by taking them apart. (For functions
that create strings based on the modified contents of other strings,
like @code{string-replace} and @code{replace-regexp-in-string}, see
@ref{Search and Replace}.)
@defun make-string count character &optional multibyte