]> git.eshelyaron.com Git - emacs.git/commitdiff
(Insertion): Don't show COUNT argument of `insert-char' as optional.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Feb 2003 11:31:36 +0000 (11:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Feb 2003 11:31:36 +0000 (11:31 +0000)
lispref/text.texi

index cd4140dd220ce813f7b58a133db3da74701ad199..c0df73cb13ca20580ea2c551bd17888c64f01f09 100644 (file)
@@ -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.