diff options
| author | Richard M. Stallman | 1995-10-29 19:17:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-29 19:17:24 +0000 |
| commit | c58b2b4d7914cee8ae4bd39f3651ef090be10cab (patch) | |
| tree | 1175aaf3e2fce713225cc3befdc47205e8b34e2a /src/alloc.c | |
| parent | c7608f45491469cc88a12eb7f8a743be78ccee49 (diff) | |
| download | emacs-c58b2b4d7914cee8ae4bd39f3651ef090be10cab.tar.gz emacs-c58b2b4d7914cee8ae4bd39f3651ef090be10cab.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 44d9e23bac2..002dc51ddb9 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -758,7 +758,7 @@ See also the function `vector'.") | |||
| 758 | } | 758 | } |
| 759 | 759 | ||
| 760 | DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, | 760 | DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, |
| 761 | "Return a newly created char-table, with purpose PURPOSE. | 761 | "Return a newly created char-table, with purpose PURPOSE.\n\ |
| 762 | Each element is initialized to INIT, which defaults to nil.\n\ | 762 | Each element is initialized to INIT, which defaults to nil.\n\ |
| 763 | PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\ | 763 | PURPOSE should be a symbol which has a `char-table-extra-slot' property.\n\ |
| 764 | The property's value should be an integer between 0 and 10.") | 764 | The property's value should be an integer between 0 and 10.") |