diff options
| -rw-r--r-- | doc/lispref/strings.texi | 6 |
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 |
| 123 | putting strings together, or by taking them apart. (For functions that | 123 | putting strings together, or by taking them apart. (For functions |
| 124 | create strings based on searching the contents of other strings (like | 124 | that create strings based on the modified contents of other strings, |
| 125 | @code{string-replace} and @code{replace-regexp-in-string}), see | 125 | like @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 |