From: Thien-Thi Nguyen Date: Sat, 3 Sep 2005 18:19:32 +0000 (+0000) Subject: (Insertion): Document precise type of `insert-char' arg COUNT. X-Git-Tag: emacs-pretest-22.0.90~7268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6646ea102c05a920e99d310b025e26b017474845;p=emacs.git (Insertion): Document precise type of `insert-char' arg COUNT. --- diff --git a/lispref/text.texi b/lispref/text.texi index be6dce43e31..14a9dc9d5c6 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -395,8 +395,8 @@ overlay. @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