From: Eli Zaretskii Date: Mon, 18 Jul 2022 12:46:18 +0000 (+0300) Subject: ; * doc/lispref/lists.texi (List Elements): No passive tense! X-Git-Tag: emacs-29.0.90~1447^2~866 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd8d8c75c03dbec90a06375f1ce27d84125bb01d;p=emacs.git ; * doc/lispref/lists.texi (List Elements): No passive tense! --- diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index bfdba897848..5c5c615f85d 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -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