From c541e2a0b917a33b043d3fc40678b746ebd02888 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 23 Nov 2003 03:12:45 +0000 Subject: [PATCH] (Fset_char_table_parent): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index c000d38724c..5d7111a69a4 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2369,7 +2369,7 @@ then the actual applicable value is inherited from the parent char-table DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, 2, 2, 0, doc: /* Set the parent char-table of CHAR-TABLE to PARENT. -PARENT must be either nil or another char-table. */) +Return PARENT. PARENT must be either nil or another char-table. */) (char_table, parent) Lisp_Object char_table, parent; { -- 2.39.2