diff options
| author | Luc Teirlinck | 2003-11-23 03:12:45 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-11-23 03:12:45 +0000 |
| commit | c541e2a0b917a33b043d3fc40678b746ebd02888 (patch) | |
| tree | 1acbfd1b59d86aad339644df5ca972139d87b406 /src | |
| parent | aef109b7d59f08ed4d88a7f9dafbe3553cba2d88 (diff) | |
| download | emacs-c541e2a0b917a33b043d3fc40678b746ebd02888.tar.gz emacs-c541e2a0b917a33b043d3fc40678b746ebd02888.zip | |
(Fset_char_table_parent): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2369,7 +2369,7 @@ then the actual applicable value is inherited from the parent char-table | |||
| 2369 | DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, | 2369 | DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, |
| 2370 | 2, 2, 0, | 2370 | 2, 2, 0, |
| 2371 | doc: /* Set the parent char-table of CHAR-TABLE to PARENT. | 2371 | doc: /* Set the parent char-table of CHAR-TABLE to PARENT. |
| 2372 | PARENT must be either nil or another char-table. */) | 2372 | Return PARENT. PARENT must be either nil or another char-table. */) |
| 2373 | (char_table, parent) | 2373 | (char_table, parent) |
| 2374 | Lisp_Object char_table, parent; | 2374 | Lisp_Object char_table, parent; |
| 2375 | { | 2375 | { |