diff options
Diffstat (limited to 'src/chartab.c')
| -rw-r--r-- | src/chartab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartab.c b/src/chartab.c index bd14c4d172b..274bb60727c 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -534,7 +534,7 @@ DEFUN ("char-table-parent", Fchar_table_parent, Schar_table_parent, | |||
| 534 | The value is either nil or another char-table. | 534 | The value is either nil or another char-table. |
| 535 | If CHAR-TABLE holds nil for a given character, | 535 | If CHAR-TABLE holds nil for a given character, |
| 536 | then the actual applicable value is inherited from the parent char-table | 536 | then the actual applicable value is inherited from the parent char-table |
| 537 | \(or from its parents, if necessary). */) | 537 | (or from its parents, if necessary). */) |
| 538 | (Lisp_Object char_table) | 538 | (Lisp_Object char_table) |
| 539 | { | 539 | { |
| 540 | CHECK_CHAR_TABLE (char_table); | 540 | CHECK_CHAR_TABLE (char_table); |