diff options
| author | Glenn Morris | 2021-01-04 07:50:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-01-04 07:50:25 -0800 |
| commit | 49137d3278ab9632e24b3f97bbfad26bdccfdfd0 (patch) | |
| tree | 9c0a0d8ff8ddb59315d81e8d7ad6d4aef97746da /doc/lispref/strings.texi | |
| parent | 33108bc4775068289cf4f37d993094e21ddc5dd0 (diff) | |
| parent | a7c2793efe503ad7ad9f2d6fc73555da3a4cdaea (diff) | |
| download | emacs-49137d3278ab9632e24b3f97bbfad26bdccfdfd0.tar.gz emacs-49137d3278ab9632e24b3f97bbfad26bdccfdfd0.zip | |
Merge from origin/emacs-27
a7c2793efe Fix last change
Diffstat (limited to 'doc/lispref/strings.texi')
| -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 |