summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-01-02 10:27:28 +0200
committerEli Zaretskii <eliz@gnu.org>2021-01-02 10:27:28 +0200
commita7c2793efe503ad7ad9f2d6fc73555da3a4cdaea (patch)
treea404e20f44f2180400d7b9be30f1cda1bb6ca800
parentec1e1f80e6fa6a219f78969e495c0d1022bd0750 (diff)
downloademacs-a7c2793efe503ad7ad9f2d6fc73555da3a4cdaea.tar.gz
Fix last change
* doc/lispref/strings.texi (Creating Strings): Improve wording of last change. (Bug#45516)
-rw-r--r--doc/lispref/strings.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index a033168a00d..e4981cd6030 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -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