mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
Fix last change
* doc/lispref/strings.texi (Creating Strings): Improve wording of last change. (Bug#45516)
This commit is contained in:
parent
ec1e1f80e6
commit
a7c2793efe
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ 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. (For functions that
|
||||
create strings based on searching the contents of other strings (like
|
||||
@code{string-replace} and @code{replace-regexp-in-string}), see
|
||||
putting strings together, or by taking them apart. (For functions
|
||||
that create strings based on the modified 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue