]> git.eshelyaron.com Git - emacs.git/commitdiff
(Insertion): Document precise type of `insert-char' arg COUNT.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 3 Sep 2005 18:19:32 +0000 (18:19 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 3 Sep 2005 18:19:32 +0000 (18:19 +0000)
lispref/text.texi

index be6dce43e3146067d3f5d63fb6b1f7c6a4ad7ef7..14a9dc9d5c6fd97cc3472409c42656f682d66cfd 100644 (file)
@@ -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