]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/sequences.texi (Sequence Functions): Fix punctuation.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Sep 2022 13:30:03 +0000 (16:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Sep 2022 13:30:03 +0000 (16:30 +0300)
doc/lispref/sequences.texi

index 214b1e76e157e0798d8e69c832b7ceea4d0c6362..12c15e6f9a28302bcee4bafae2113b8879eda115 100644 (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