# HG changeset patch # User Juanma Barranquero # Date 1044876696 0 # Node ID 5c2d8e3b81b4d4b34594980a8e2ba4cb4ace2a60 # Parent 5d28b76b587ca182554296f7c7f0aff7923ecdfd (Insertion): Don't show COUNT argument of `insert-char' as optional. diff -r 5d28b76b587c -r 5c2d8e3b81b4 lispref/text.texi --- 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.