comparison 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
comparison
equal deleted inserted replaced
53137:61a57825f38b 53138:7cf5bcb7a8ad
2367 } 2367 }
2368 2368
2369 DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, 2369 DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent,
2370 2, 2, 0, 2370 2, 2, 0,
2371 doc: /* Set the parent char-table of CHAR-TABLE to PARENT. 2371 doc: /* Set the parent char-table of CHAR-TABLE to PARENT.
2372 PARENT must be either nil or another char-table. */) 2372 Return PARENT. PARENT must be either nil or another char-table. */)
2373 (char_table, parent) 2373 (char_table, parent)
2374 Lisp_Object char_table, parent; 2374 Lisp_Object char_table, parent;
2375 { 2375 {
2376 Lisp_Object temp; 2376 Lisp_Object temp;
2377 2377