From: Richard M. Stallman Date: Sun, 29 Oct 1995 19:17:24 +0000 (+0000) Subject: (Fmake_char_table): Doc fix. X-Git-Tag: emacs-19.34~2538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c58b2b4d7914cee8ae4bd39f3651ef090be10cab;p=emacs.git (Fmake_char_table): Doc fix. --- diff --git a/src/alloc.c b/src/alloc.c index 44d9e23bac2..002dc51ddb9 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -758,7 +758,7 @@ See also the function `vector'.") } 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.")