# HG changeset patch # User Thien-Thi Nguyen # Date 1125771572 0 # Node ID ce1b010dd1b59a88f74477192796fbbbb76c7736 # Parent cea6d5596fa28cacf022c5251f1d4bfaad24ebfa (Insertion): Document precise type of `insert-char' arg COUNT. diff -r cea6d5596fa2 -r ce1b010dd1b5 lispref/text.texi --- a/lispref/text.texi Sat Sep 03 18:12:46 2005 +0000 +++ b/lispref/text.texi Sat Sep 03 18:19:32 2005 +0000 @@ -395,8 +395,8 @@ @defun insert-char character count &optional inherit This function inserts @var{count} instances of @var{character} into the -current buffer before point. The argument @var{count} should be a -number, and @var{character} must be a character. The value is @code{nil}. +current buffer before point. The argument @var{count} should be an +integer, and @var{character} must be a character. The value is @code{nil}. This function does not convert unibyte character codes 128 through 255 to multibyte characters, not even if the current buffer is a multibyte