projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb2cb9
)
* src/fns.c: Fix comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 18 Feb 2019 08:18:11 +0000
(
00:18
-0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 18 Feb 2019 08:18:35 +0000
(
00:18
-0800)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/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)