+2003-02-10 Juanma Barranquero <lektu@terra.es>
+
+ * buffers.texi (Current Buffer): Describe `save-current-buffer' as a
+ special form, not a macro. From Jesper Harder <harder@ifa.au.dk>.
+
+ * text.texi (Insertion): Don't show COUNT argument of `insert-char' as
+ optional. From Jesper Harder <harder@ifa.au.dk>.
+
2002-01-18 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (VERSION): Set to 2.8.
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.