changeset 47762:aa5414c0e056

(Flength): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 05 Oct 2002 04:08:13 +0000
parents e3d85543fdfe
children da8405c812f2
files src/ChangeLog src/fns.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 05 03:01:29 2002 +0000
+++ b/src/ChangeLog	Sat Oct 05 04:08:13 2002 +0000
@@ -1,3 +1,7 @@
+2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
+
+	* fns.c (Flength): Doc fix.
+
 2002-10-04  Steven Tamm  <steventamm@mac.com>
 
 	* 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.
 
--- a/src/fns.c	Sat Oct 05 03:01:29 2002 +0000
+++ b/src/fns.c	Sat Oct 05 04:08:13 2002 +0000
@@ -121,7 +121,7 @@
 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 @@
   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)