From 9e3561d20201278befd302b94d8301286919f1b6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 10 Feb 2003 11:31:36 +0000 Subject: [PATCH] (Insertion): Don't show COUNT argument of `insert-char' as optional. --- lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/text.texi b/lispref/text.texi index cd4140dd220..c0df73cb13c 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -340,7 +340,7 @@ inserted text falls outside the overlay; if a nonempty overlay ends at 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. -- 2.39.2