]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a reference between the Strings node and Search/Replace
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2020 01:19:03 +0000 (02:19 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2020 01:19:03 +0000 (02:19 +0100)
* doc/lispref/strings.texi (Creating Strings): Mention
string-replace/replace-regexp-in-string (bug#45516).

doc/lispref/strings.texi

index 1e5f52ddfdd128d02d1deb7caf5d71b4fe0f477e..a31e71d5260c466c00a09c5354aa23bef2dbd380 100644 (file)
@@ -120,7 +120,10 @@ 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.
+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
+@ref{Search and Replace}.)
 
 @defun make-string count character &optional multibyte
 This function returns a string made up of @var{count} repetitions of