Mercurial > emacs
changeset 53138:7cf5bcb7a8ad
(Fset_char_table_parent): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 23 Nov 2003 03:12:45 +0000 |
parents | 61a57825f38b |
children | df3033332097 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {