mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 07:00:35 -08:00
(Fmake_char_table): Doc fix.
This commit is contained in:
parent
f802bd0253
commit
d7cd5d4f61
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,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.\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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue