diff options
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 | { |