summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2019-02-20 16:58:57 +0100
committerTassilo Horn <tsdh@gnu.org>2019-02-20 16:58:57 +0100
commite5c99a1757c281953257ac2548fb77702af75c86 (patch)
tree4820116244ad6650f53208bc792ca248ccc630fb /src/fns.c
parentbfa10b704ebe71c91d5e5eb28e407a02d2d88863 (diff)
parentae77728d14e58054bdaee3c6965979947c778208 (diff)
downloademacs-scratch/replace-region-contents.tar.gz
Merge branch 'master' into scratch/replace-region-contentsscratch/replace-region-contents
Diffstat (limited to 'src/fns.c')
-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. */)
/* 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)