Mercurial > emacs
changeset 13322:336cbb88a1e3
(Fmake_char_table): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Oct 1995 19:17:24 +0000 |
parents | a0437a2c2dd4 |
children | 679c9edb12c5 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")