Doc fix for concat
* src/fns.c (Fconcat): Note that composition values may not remain eq in return value of concat. (Bug#48740)
This commit is contained in:
parent
3eca2ad2a1
commit
817c929eda
1 changed files with 3 additions and 0 deletions
|
@ -672,6 +672,9 @@ DEFUN ("concat", Fconcat, Sconcat, 0, MANY, 0,
|
|||
doc: /* Concatenate all the arguments and make the result a string.
|
||||
The result is a string whose elements are the elements of all the arguments.
|
||||
Each argument may be a string or a list or vector of characters (integers).
|
||||
|
||||
Values of the `composition' property of the result are not guaranteed
|
||||
to be `eq'.
|
||||
usage: (concat &rest SEQUENCES) */)
|
||||
(ptrdiff_t nargs, Lisp_Object *args)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue