mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
Add a reference between the Strings node and Search/Replace
* doc/lispref/strings.texi (Creating Strings): Mention
string-replace/replace-regexp-in-string (bug#45516).
(cherry picked from commit b9359d4183)
This commit is contained in:
parent
90c782e92e
commit
ec1e1f80e6
1 changed files with 4 additions and 1 deletions
|
|
@ -120,7 +120,10 @@ 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.
|
||||
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
|
||||
@ref{Search and Replace}.)
|
||||
|
||||
@defun make-string count character &optional multibyte
|
||||
This function returns a string made up of @var{count} repetitions of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue