From: Juanma Barranquero Date: Mon, 10 Feb 2003 11:31:36 +0000 (+0000) Subject: (Insertion): Don't show COUNT argument of `insert-char' as optional. X-Git-Tag: ttn-vms-21-2-B4~11283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e3561d20201278befd302b94d8301286919f1b6;p=emacs.git (Insertion): Don't show COUNT argument of `insert-char' as optional. --- 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.