Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
21898:afbf4a3def4c | 21899:c2e75fe68665 |
---|---|
1421 return Qnil; | 1421 return Qnil; |
1422 } | 1422 } |
1423 | 1423 |
1424 DEFUN ("insert-char", Finsert_char, Sinsert_char, 2, 3, 0, | 1424 DEFUN ("insert-char", Finsert_char, Sinsert_char, 2, 3, 0, |
1425 "Insert COUNT (second arg) copies of CHARACTER (first arg).\n\ | 1425 "Insert COUNT (second arg) copies of CHARACTER (first arg).\n\ |
1426 Point and before-insertion-markers are affected as in the function `insert'.\n\ | |
1427 Both arguments are required.\n\ | 1426 Both arguments are required.\n\ |
1427 Point, and before-insertion markers, are relocated as in the function `insert'.\n\ | |
1428 The optional third arg INHERIT, if non-nil, says to inherit text properties\n\ | 1428 The optional third arg INHERIT, if non-nil, says to inherit text properties\n\ |
1429 from adjoining text, if those properties are sticky.") | 1429 from adjoining text, if those properties are sticky.") |
1430 (character, count, inherit) | 1430 (character, count, inherit) |
1431 Lisp_Object character, count, inherit; | 1431 Lisp_Object character, count, inherit; |
1432 { | 1432 { |