From: John Paul Wallington Date: Sat, 5 Oct 2002 04:08:13 +0000 (+0000) Subject: (Flength): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5965adaeb349d6f727c52f8637ff51983e7a0b8;p=emacs.git (Flength): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 50149a01f05..7eac9ad5ddf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-10-05 John Paul Wallington + + * fns.c (Flength): Doc fix. + 2002-10-04 Steven Tamm * macterm.c (keycode_to_xkeysym_table): Change return to be @@ -18,7 +22,7 @@ * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t. - * w32fns.c (x_create_tip_frame): Likewise + * w32fns.c (x_create_tip_frame): Likewise. * macfns.c (x_create_tip_frame): Likewise. diff --git a/src/fns.c b/src/fns.c index 786b61926ad..17b07a0a349 100644 --- a/src/fns.c +++ b/src/fns.c @@ -121,7 +121,7 @@ With argument t, set the random number seed from the current time and pid. */) DEFUN ("length", Flength, Slength, 1, 1, 0, doc: /* Return the length of vector, list or string SEQUENCE. A byte-code function object is also allowed. -If the string contains multibyte characters, this is not the necessarily +If the string contains multibyte characters, this is not necessarily the number of bytes in the string; it is the number of characters. To get the number of bytes, use `string-bytes'. */) (sequence) @@ -443,7 +443,7 @@ usage: (vconcat &rest SEQUENCES) */) return concat (nargs, args, Lisp_Vectorlike, 0); } -/* Retrun a copy of a sub char table ARG. The elements except for a +/* Return a copy of a sub char table ARG. The elements except for a nested sub char table are not copied. */ static Lisp_Object copy_sub_char_table (arg)