diff options
| author | Thien-Thi Nguyen | 2005-09-03 18:19:32 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-09-03 18:19:32 +0000 |
| commit | 6646ea102c05a920e99d310b025e26b017474845 (patch) | |
| tree | fb89f57b5e0ad8275e202db29f9db41f8c9725ea | |
| parent | 1c1a14713bdf466627afdc65f44442bdb91e9dae (diff) | |
| download | emacs-6646ea102c05a920e99d310b025e26b017474845.tar.gz emacs-6646ea102c05a920e99d310b025e26b017474845.zip | |
(Insertion): Document precise type of `insert-char' arg COUNT.
| -rw-r--r-- | lispref/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. | |||
| 395 | 395 | ||
| 396 | @defun insert-char character count &optional inherit | 396 | @defun insert-char character count &optional inherit |
| 397 | This function inserts @var{count} instances of @var{character} into the | 397 | This function inserts @var{count} instances of @var{character} into the |
| 398 | current buffer before point. The argument @var{count} should be a | 398 | current buffer before point. The argument @var{count} should be an |
| 399 | number, and @var{character} must be a character. The value is @code{nil}. | 399 | integer, and @var{character} must be a character. The value is @code{nil}. |
| 400 | 400 | ||
| 401 | This function does not convert unibyte character codes 128 through 255 | 401 | This function does not convert unibyte character codes 128 through 255 |
| 402 | to multibyte characters, not even if the current buffer is a multibyte | 402 | to multibyte characters, not even if the current buffer is a multibyte |