mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation.
This commit is contained in:
parent
bcde498a73
commit
9aed695241
@ -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…
Reference in New Issue
Block a user