# HG changeset patch # User Richard M. Stallman # Date 894087554 0 # Node ID c2e75fe68665baa4dec092cbffd6f64d0ff58064 # Parent afbf4a3def4c64f85923683c223d4e189e4eb1b1 (Finsert_char): Doc fix. diff -r afbf4a3def4c -r c2e75fe68665 src/editfns.c --- a/src/editfns.c Sat May 02 05:20:30 1998 +0000 +++ b/src/editfns.c Sat May 02 05:39:14 1998 +0000 @@ -1423,8 +1423,8 @@ DEFUN ("insert-char", Finsert_char, Sinsert_char, 2, 3, 0, "Insert COUNT (second arg) copies of CHARACTER (first arg).\n\ -Point and before-insertion-markers are affected as in the function `insert'.\n\ Both arguments are required.\n\ +Point, and before-insertion markers, are relocated as in the function `insert'.\n\ The optional third arg INHERIT, if non-nil, says to inherit text properties\n\ from adjoining text, if those properties are sticky.") (character, count, inherit)