Skip to content
Snippets Groups Projects
Commit ca7f806e authored by Philipp Marek's avatar Philipp Marek
Browse files

Change to "unspecified" in MAP-COMBINATIONS.

parent 38d5f67c
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ delimited subsequence. (So unless LENGTH is specified there is only a single
combination, which has the same elements as the delimited subsequence.) If
COPY is true (the default) each combination is freshly allocated. If COPY is
false all combinations are EQ to each other, in which case consequences are
specified if a combination is modified by FUNCTION."
unspecified if a combination is modified by FUNCTION."
(let* ((end (or end (length sequence)))
(size (- end start))
(length (or length size))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment