Mercurial > emacs
diff src/editfns.c @ 21899:c2e75fe68665
(Finsert_char): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 May 1998 05:39:14 +0000 |
parents | ea78758c282e |
children | d1f79bb20a20 |
line wrap: on
line diff
--- 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)