From: Richard M. Stallman Date: Sat, 2 May 1998 05:39:14 +0000 (+0000) Subject: (Finsert_char): Doc fix. X-Git-Tag: emacs-20.3~1178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba88b3223836b75b75c3906618de59f3b409e920;p=emacs.git (Finsert_char): Doc fix. --- 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)