]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2021 08:27:28 +0000 (10:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2021 08:27:28 +0000 (10:27 +0200)
* doc/lispref/strings.texi (Creating Strings): Improve wording of
last change.  (Bug#45516)

doc/lispref/strings.texi

index a033168a00dada6a568cac723952c94c7810bcaf..e4981cd60304263d13d62c69d5c12fbec7ce88ec 100644 (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