]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flength): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 5 Oct 2002 04:08:13 +0000 (04:08 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 5 Oct 2002 04:08:13 +0000 (04:08 +0000)
src/ChangeLog
src/fns.c

index 50149a01f05b886a7eb9a180b4c3dd84a59eb4fc..7eac9ad5ddf7be3f0c3db9d5750439f1060787b0 100644 (file)
@@ -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.
 
index 786b61926add249835a41f172f572e8ad9b0fa87..17b07a0a3494a2aabc93913a47892a9719fd0b99 100644 (file)
--- 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)