# HG changeset patch # User Richard M. Stallman # Date 814994244 0 # Node ID 336cbb88a1e3d082ce2e75784d97c1be80ff7904 # Parent a0437a2c2dd41d4baf52f90ee40f440b0db4d97f (Fmake_char_table): Doc fix. diff -r a0437a2c2dd4 -r 336cbb88a1e3 src/alloc.c --- a/src/alloc.c Sun Oct 29 19:16:24 1995 +0000 +++ b/src/alloc.c Sun Oct 29 19:17:24 1995 +0000 @@ -758,7 +758,7 @@ } DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, - "Return a newly created char-table, with purpose PURPOSE. + "Return a newly created char-table, with purpose PURPOSE.\n\ Each element is initialized to INIT, which defaults to nil.\n\ PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\ The property's value should be an integer between 0 and 10.")