/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.286 by eliz, Sat Sep 1 09:21:16 2001 UTC revision 1.286.4.1 by lektu, Fri Sep 6 10:03:30 2002 UTC
# Line 2145  ARRAY is a vector, string, char-table, o Line 2145  ARRAY is a vector, string, char-table, o
2145    
2146  DEFUN ("char-table-subtype", Fchar_table_subtype, Schar_table_subtype,  DEFUN ("char-table-subtype", Fchar_table_subtype, Schar_table_subtype,
2147         1, 1, 0,         1, 1, 0,
2148    "Return the subtype of char-table CHAR-TABLE.   The value is a symbol.")    "Return the subtype of char-table CHAR-TABLE.  The value is a symbol.")
2149    (char_table)    (char_table)
2150       Lisp_Object char_table;       Lisp_Object char_table;
2151  {  {
# Line 4953  In hash tables create with NAME specifie Line 4953  In hash tables create with NAME specifie
4953  keys, and HASH for computing hash codes of keys.\n\  keys, and HASH for computing hash codes of keys.\n\
4954  \n\  \n\
4955  TEST must be a function taking two arguments and returning non-nil\n\  TEST must be a function taking two arguments and returning non-nil\n\
4956  if both arguments are the same.   HASH must be a function taking\n\  if both arguments are the same.  HASH must be a function taking\n\
4957  one argument and return an integer that is the hash code of the\n\  one argument and return an integer that is the hash code of the\n\
4958  argument.  Hash code computation should use the whole value range of\n\  argument.  Hash code computation should use the whole value range of\n\
4959  integers, including negative integers.")  integers, including negative integers.")

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.286.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26