From: Eli Zaretskii Date: Sun, 4 Sep 2022 13:30:03 +0000 (+0300) Subject: ; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation. X-Git-Tag: emacs-29.0.90~1856^2~732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9aed695241a8919d422d5812dd62325720961153;p=emacs.git ; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation. --- diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 214b1e76e15..12c15e6f9a2 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -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