]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fns.c: Fix comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Feb 2019 08:18:11 +0000 (00:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Feb 2019 08:18:35 +0000 (00:18 -0800)
src/fns.c

index 95bafae6c4caa1ead04b920fc50505e528f1f220..d55158e72f178977a01d86cfd0a50ead3ada8f14 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -91,8 +91,7 @@ See Info node `(elisp)Random Numbers' for more details.  */)
 \f
 /* 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)