char-table-parent

char-table-parent is a built-in function in `C source code'.

(char-table-parent CHAR-TABLE)

Return the parent char-table of CHAR-TABLE.
The value is either nil or another char-table.
If CHAR-TABLE holds nil for a given character,
then the actual applicable value is inherited from the parent char-table
(or from its parents, if necessary).