emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Thu, 10 Oct 2002 19:03:13 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.320 emacs/src/fns.c:1.321
*** emacs/src/fns.c:1.320       Tue Jul 16 11:49:20 2002
--- emacs/src/fns.c     Sat Oct  5 00:08:13 2002
***************
*** 121,127 ****
  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
  the number of bytes in the string; it is the number of characters.
  To get the number of bytes, use `string-bytes'. */)
       (sequence)
--- 121,127 ----
  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 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,449 ****
    return concat (nargs, args, Lisp_Vectorlike, 0);
  }
  
! /* Retrun 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)
--- 443,449 ----
    return concat (nargs, args, Lisp_Vectorlike, 0);
  }
  
! /* 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]