]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/lists.texi (List Elements): No passive tense!
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Jul 2022 12:46:18 +0000 (15:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Jul 2022 12:46:18 +0000 (15:46 +0300)
doc/lispref/lists.texi

index bfdba897848755de82c80778b15bc9dc16ec58df..5c5c615f85def249de3b4106daa77c94ea4c8e81 100644 (file)
@@ -370,8 +370,8 @@ original value of @var{list} may be lost.
 
 @code{ntake} returns @var{list} unmodified if shorter than @var{n}
 elements; it returns @code{nil} if @var{n} is zero or negative.
-Otherwise, @var{list} is returned after being truncated to its first
-@var{n} elements.
+Otherwise, it returns @var{list} truncated to its first @var{n}
+elements.
 
 This means that it is usually a good idea to use the return value and
 not just rely on the truncation effect unless @var{n} is known to be