]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_char): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 05:39:14 +0000 (05:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 05:39:14 +0000 (05:39 +0000)
src/editfns.c

index bfee7325df88e32f0100a9bc44a8622d15e8c39d..315354ec44bda753161d7d9fcf24af512a59f72b 100644 (file)
@@ -1423,8 +1423,8 @@ to unibyte for insertion.")
 \f
 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)