aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2019-02-18 00:18:11 -0800
committerPaul Eggert2019-02-18 00:18:35 -0800
commit287dd6baa38f12de4995e5571ec75af83b3f56d8 (patch)
treebcbc45be633acdd1714c426bccfcb47fc4da006c /src
parent9cb2cb97253b49f2c469981055571b2afbcd60df (diff)
downloademacs-287dd6baa38f12de4995e5571ec75af83b3f56d8.tar.gz
emacs-287dd6baa38f12de4995e5571ec75af83b3f56d8.zip
* src/fns.c: Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 2 deletions
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. */)
91 91
92/* Random data-structure functions. */ 92/* Random data-structure functions. */
93 93
94/* Return the length of LIST. Signal an error if LIST is not a proper 94/* Return LIST's length. Signal an error if LIST is not a proper list. */
95 list or if the length does not fit into a fixnum or into ptrdiff_t. */
96 95
97ptrdiff_t 96ptrdiff_t
98list_length (Lisp_Object list) 97list_length (Lisp_Object list)