1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 04:30:55 -08:00

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 @cindex string creation
The following functions create strings, either from scratch, or by The following functions create strings, either from scratch, or by
putting strings together, or by taking them apart. (For functions that putting strings together, or by taking them apart. (For functions
create strings based on searching the contents of other strings (like that create strings based on the modified contents of other strings,
@code{string-replace} and @code{replace-regexp-in-string}), see like @code{string-replace} and @code{replace-regexp-in-string}, see
@ref{Search and Replace}.) @ref{Search and Replace}.)
@defun make-string count character &optional multibyte @defun make-string count character &optional multibyte