]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2021 08:21:55 +0000 (10:21 +0200)
* doc/lispref/strings.texi (Creating Strings): Mention
string-replace/replace-regexp-in-string (bug#45516).

(cherry picked from commit b9359d4183a1a6923122d3aa12b922ab89693354)

doc/lispref/strings.texi

index 0f0ce13dfe4a5b94415d3ef790d76841545b854f..a033168a00dada6a568cac723952c94c7810bcaf 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