]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_char_table): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 19:17:24 +0000 (19:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Oct 1995 19:17:24 +0000 (19:17 +0000)
src/alloc.c

index 44d9e23bac2ac498d92fe775d0a1155a44dee338..002dc51ddb974dac5abf76b18d5353938405b4a1 100644 (file)
@@ -758,7 +758,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.
+  "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\
 The property's value should be an integer between 0 and 10.")