Mercurial > emacs
diff src/alloc.c @ 16479:52eaaf1cc0e3
(Fmake_char_table): Doc fix.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Mon, 28 Oct 1996 11:55:29 +0000 |
| parents | 5ce3b59f093b |
| children | 1e1026e6cd9d |
line wrap: on
line diff
--- a/src/alloc.c Mon Oct 28 10:08:07 1996 +0000 +++ b/src/alloc.c Mon Oct 28 11:55:29 1996 +0000 @@ -768,7 +768,7 @@ DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, "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\ +PURPOSE should be a symbol which has a `char-table-extra-slots' property.\n\ The property's value should be an integer between 0 and 10.") (purpose, init) register Lisp_Object purpose, init;
