aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 6aad119d1f9..217e3b62cca 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -111,7 +111,7 @@ the number of bytes in the string; it is the number of characters.
111To get the number of bytes, use `string-bytes'. 111To get the number of bytes, use `string-bytes'.
112 112
113If the length of a list is being computed to compare to a (small) 113If the length of a list is being computed to compare to a (small)
114number, the `string<', `string>' and `string=' functions may be more 114number, the `length<', `length>' and `length=' functions may be more
115efficient. */) 115efficient. */)
116 (Lisp_Object sequence) 116 (Lisp_Object sequence)
117{ 117{