aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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