From ba88b3223836b75b75c3906618de59f3b409e920 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 May 1998 05:39:14 +0000 Subject: [PATCH] (Finsert_char): Doc fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index bfee7325df8..315354ec44b 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1423,8 +1423,8 @@ to unibyte for insertion.") 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) -- 2.39.5