aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartab.c')
-rw-r--r--src/chartab.c2
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,
534The value is either nil or another char-table. 534The value is either nil or another char-table.
535If CHAR-TABLE holds nil for a given character, 535If CHAR-TABLE holds nil for a given character,
536then the actual applicable value is inherited from the parent char-table 536then 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);