diff src/fns.c @ 53138:7cf5bcb7a8ad

(Fset_char_table_parent): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 23 Nov 2003 03:12:45 +0000
parents 988e1d16a971
children e929f6d1593b
line wrap: on
line diff
--- a/src/fns.c	Sun Nov 23 03:10:57 2003 +0000
+++ b/src/fns.c	Sun Nov 23 03:12:45 2003 +0000
@@ -2369,7 +2369,7 @@
 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;
 {