emacs-diffs
[Top][All Lists]
Advanced

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

master 49137d3 06/10: Merge from origin/emacs-27


From: Glenn Morris
Subject: master 49137d3 06/10: Merge from origin/emacs-27
Date: Mon, 4 Jan 2021 10:55:25 -0500 (EST)

branch: master
commit 49137d3278ab9632e24b3f97bbfad26bdccfdfd0
Merge: 33108bc a7c2793
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Merge from origin/emacs-27
    
    a7c2793efe Fix last change
---
 doc/lispref/strings.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 897b424..5cae939 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -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



reply via email to

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