emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b9359d4: Add a reference between the Strings node and Search/Repl


From: Lars Ingebrigtsen
Subject: master b9359d4: Add a reference between the Strings node and Search/Replace
Date: Mon, 28 Dec 2020 20:19:12 -0500 (EST)

branch: master
commit b9359d4183a1a6923122d3aa12b922ab89693354
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 doc/lispref/strings.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 1e5f52d..a31e71d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]