aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c
diff options
context:
space:
mode:
authorK. Handa2015-09-27 17:06:12 +0900
committerK. Handa2015-09-27 17:06:12 +0900
commit52beda922d2cb523a03661bf74b8678c8b45e440 (patch)
tree04617b37298746a61d5324a5b35c9b71f439d762 /src/chartab.c
parent94ed5167557112fb00eeca05e62589db744206de (diff)
parent1ac5a9c20cb22efb398fa18781c6b932dd4e54df (diff)
downloademacs-52beda922d2cb523a03661bf74b8678c8b45e440.tar.gz
emacs-52beda922d2cb523a03661bf74b8678c8b45e440.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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);