changeset 49677:5c2d8e3b81b4

(Insertion): Don't show COUNT argument of `insert-char' as optional.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 10 Feb 2003 11:31:36 +0000
parents 5d28b76b587c
children 0ae2b48491f7
files lispref/text.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Mon Feb 10 11:31:11 2003 +0000
+++ b/lispref/text.texi	Mon Feb 10 11:31:36 2003 +0000
@@ -340,7 +340,7 @@
 the insertion point, the inserted text falls inside that overlay.
 @end defun
 
-@defun insert-char character &optional count inherit
+@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 (@code{nil} means 1), and @var{character} must be a character.