comparison src/alloc.c @ 13322:336cbb88a1e3

(Fmake_char_table): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 19:17:24 +0000
parents e0f3a961851a
children 941c37982f37
comparison
equal deleted inserted replaced
13321:a0437a2c2dd4 13322:336cbb88a1e3
756 XSETVECTOR (vector, p); 756 XSETVECTOR (vector, p);
757 return vector; 757 return vector;
758 } 758 }
759 759
760 DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, 760 DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0,
761 "Return a newly created char-table, with purpose PURPOSE. 761 "Return a newly created char-table, with purpose PURPOSE.\n\
762 Each element is initialized to INIT, which defaults to nil.\n\ 762 Each element is initialized to INIT, which defaults to nil.\n\
763 PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\ 763 PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\
764 The property's value should be an integer between 0 and 10.") 764 The property's value should be an integer between 0 and 10.")
765 (purpose, init) 765 (purpose, init)
766 register Lisp_Object purpose, init; 766 register Lisp_Object purpose, init;