diff options
| author | Erik Naggum | 1996-10-28 11:55:29 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-10-28 11:55:29 +0000 |
| commit | d7cd5d4f61337339c773a274ba6db2c01cbf8720 (patch) | |
| tree | e95ccf1d5ba0d63223f18300789ee5a10c1451af /src/alloc.c | |
| parent | f802bd025399304aecd842d003af133771f9bdca (diff) | |
| download | emacs-d7cd5d4f61337339c773a274ba6db2c01cbf8720.tar.gz emacs-d7cd5d4f61337339c773a274ba6db2c01cbf8720.zip | |
(Fmake_char_table): Doc fix.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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'.") | |||
| 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; |