summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-10-28 11:55:29 +0000
committerErik Naggum <erik@naggum.no>1996-10-28 11:55:29 +0000
commit73fcff525154e4d0e7f99f7cf14507af565dd27f (patch)
treebe589dc7764beff4bd5305055df689efb866c561
parent7db4097d3a2777f46f83c342b70840fb4dbfd9a4 (diff)
downloademacs-73fcff525154e4d0e7f99f7cf14507af565dd27f.tar.gz
(Fmake_char_table): Doc fix.
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 9f79ee5aa6c..7f3dbbec27f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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;