1
0
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:
Eli Zaretskii 2022-09-04 16:30:03 +03:00
parent bcde498a73
commit 9aed695241

View File

@ -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