From: Luc Teirlinck Date: Sun, 23 Nov 2003 03:12:45 +0000 (+0000) Subject: (Fset_char_table_parent): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c541e2a0b917a33b043d3fc40678b746ebd02888;p=emacs.git (Fset_char_table_parent): Doc fix. --- 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; {