changeset 65322:ce1b010dd1b5

(Insertion): Document precise type of `insert-char' arg COUNT.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 03 Sep 2005 18:19:32 +0000
parents cea6d5596fa2
children aaa20cd9d459
files lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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