Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
16478:fb944e4dc708 | 16479:52eaaf1cc0e3 |
---|---|
766 } | 766 } |
767 | 767 |
768 DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, | 768 DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, |
769 "Return a newly created char-table, with purpose PURPOSE.\n\ | 769 "Return a newly created char-table, with purpose PURPOSE.\n\ |
770 Each element is initialized to INIT, which defaults to nil.\n\ | 770 Each element is initialized to INIT, which defaults to nil.\n\ |
771 PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\ | 771 PURPOSE should be a symbol which has a `char-table-extra-slots' property.\n\ |
772 The property's value should be an integer between 0 and 10.") | 772 The property's value should be an integer between 0 and 10.") |
773 (purpose, init) | 773 (purpose, init) |
774 register Lisp_Object purpose, init; | 774 register Lisp_Object purpose, init; |
775 { | 775 { |
776 Lisp_Object vector; | 776 Lisp_Object vector; |