aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-01-04 07:50:25 -0800
committerGlenn Morris2021-01-04 07:50:25 -0800
commit49137d3278ab9632e24b3f97bbfad26bdccfdfd0 (patch)
tree9c0a0d8ff8ddb59315d81e8d7ad6d4aef97746da
parent33108bc4775068289cf4f37d993094e21ddc5dd0 (diff)
parenta7c2793efe503ad7ad9f2d6fc73555da3a4cdaea (diff)
downloademacs-49137d3278ab9632e24b3f97bbfad26bdccfdfd0.tar.gz
emacs-49137d3278ab9632e24b3f97bbfad26bdccfdfd0.zip
Merge from origin/emacs-27
a7c2793efe Fix last change
-rw-r--r--doc/lispref/strings.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 897b424b187..5cae939b7bf 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -120,9 +120,9 @@ character (i.e., an integer), @code{nil} otherwise.
120@cindex string creation 120@cindex string creation
121 121
122 The following functions create strings, either from scratch, or by 122 The following functions create strings, either from scratch, or by
123putting strings together, or by taking them apart. (For functions that 123putting strings together, or by taking them apart. (For functions
124create strings based on searching the contents of other strings (like 124that create strings based on the modified contents of other strings,
125@code{string-replace} and @code{replace-regexp-in-string}), see 125like @code{string-replace} and @code{replace-regexp-in-string}, see
126@ref{Search and Replace}.) 126@ref{Search and Replace}.)
127 127
128@defun make-string count character &optional multibyte 128@defun make-string count character &optional multibyte