; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation.
This commit is contained in:
parent
bcde498a73
commit
9aed695241
1 changed files with 3 additions and 3 deletions
|
@ -682,9 +682,9 @@ for which @var{predicate} returns @code{nil}.
|
|||
|
||||
@defun seq-remove-at-position sequence n
|
||||
@cindex removing from sequences
|
||||
This function returns a copy of @var{sequence} where the element at
|
||||
(zero-based) index @var{n} got removed. The result is a sequence of
|
||||
the same type as @var{sequence}.
|
||||
This function returns a copy of @var{sequence} where the element at
|
||||
(zero-based) index @var{n} got removed. The result is a sequence of
|
||||
the same type as @var{sequence}.
|
||||
|
||||
@example
|
||||
@group
|
||||
|
|
Loading…
Add table
Reference in a new issue