emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 a7c2793 4/4: Fix last change


From: Eli Zaretskii
Subject: emacs-27 a7c2793 4/4: Fix last change
Date: Sat, 2 Jan 2021 03:28:28 -0500 (EST)

branch: emacs-27
commit a7c2793efe503ad7ad9f2d6fc73555da3a4cdaea
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix last change
    
    * doc/lispref/strings.texi (Creating Strings): Improve wording of
    last change.  (Bug#45516)
---
 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 a033168..e4981cd 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]