]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_char_table): Doc fix.
authorErik Naggum <erik@naggum.no>
Mon, 28 Oct 1996 11:55:29 +0000 (11:55 +0000)
committerErik Naggum <erik@naggum.no>
Mon, 28 Oct 1996 11:55:29 +0000 (11:55 +0000)
src/alloc.c

index 9f79ee5aa6ce93b5c99dbad6333503983f111d26..7f3dbbec27fe451c7f951f5d9766792ca8d2aaf8 100644 (file)
@@ -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;