From: Paul Eggert Date: Mon, 18 Feb 2019 08:18:11 +0000 (-0800) Subject: * src/fns.c: Fix comment. X-Git-Tag: emacs-27.0.90~3588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=287dd6baa38f12de4995e5571ec75af83b3f56d8;p=emacs.git * src/fns.c: Fix comment. --- diff --git a/src/fns.c b/src/fns.c index 95bafae6c4c..d55158e72f1 100644 --- a/src/fns.c +++ b/src/fns.c @@ -91,8 +91,7 @@ See Info node `(elisp)Random Numbers' for more details. */) /* Random data-structure functions. */ -/* Return the length of LIST. Signal an error if LIST is not a proper - list or if the length does not fit into a fixnum or into ptrdiff_t. */ +/* Return LIST's length. Signal an error if LIST is not a proper list. */ ptrdiff_t list_length (Lisp_Object list)