Fix last change

* doc/lispref/strings.texi (Creating Strings): Improve wording of
last change.  (Bug#45516)
This commit is contained in:
Eli Zaretskii 2021-01-02 10:27:28 +02:00
parent ec1e1f80e6
commit a7c2793efe

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