From: Lars Ingebrigtsen Date: Tue, 29 Dec 2020 01:19:03 +0000 (+0100) Subject: Add a reference between the Strings node and Search/Replace X-Git-Tag: emacs-27.1.91~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec1e1f80e6fa6a219f78969e495c0d1022bd0750;p=emacs.git Add a reference between the Strings node and Search/Replace * doc/lispref/strings.texi (Creating Strings): Mention string-replace/replace-regexp-in-string (bug#45516). (cherry picked from commit b9359d4183a1a6923122d3aa12b922ab89693354) --- diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 0f0ce13dfe4..a033168a00d 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -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