aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2003-11-23 03:12:45 +0000
committerLuc Teirlinck2003-11-23 03:12:45 +0000
commitc541e2a0b917a33b043d3fc40678b746ebd02888 (patch)
tree1acbfd1b59d86aad339644df5ca972139d87b406 /src
parentaef109b7d59f08ed4d88a7f9dafbe3553cba2d88 (diff)
downloademacs-c541e2a0b917a33b043d3fc40678b746ebd02888.tar.gz
emacs-c541e2a0b917a33b043d3fc40678b746ebd02888.zip
(Fset_char_table_parent): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
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
2369DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, 2369DEFUN ("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.
2372PARENT must be either nil or another char-table. */) 2372Return 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{