diff options
Diffstat (limited to 'doc/lispref/sequences.texi')
| -rw-r--r-- | doc/lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index c9e47624878..4c5525f10c5 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -1583,7 +1583,7 @@ nonempty vector that is not @code{eq} to any existing vector. | |||
| 1583 | 1583 | ||
| 1584 | The @code{vconcat} function also allows byte-code function objects as | 1584 | The @code{vconcat} function also allows byte-code function objects as |
| 1585 | arguments. This is a special feature to make it easy to access the entire | 1585 | arguments. This is a special feature to make it easy to access the entire |
| 1586 | contents of a byte-code function object. @xref{Byte-Code Objects}. | 1586 | contents of a byte-code function object. @xref{Closure Objects}. |
| 1587 | 1587 | ||
| 1588 | For other concatenation functions, see @code{mapconcat} in @ref{Mapping | 1588 | For other concatenation functions, see @code{mapconcat} in @ref{Mapping |
| 1589 | Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} | 1589 | Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} |