]> 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 12:06:21 +0000 (12:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 Feb 2003 12:06:21 +0000 (12:06 +0000)
lispref/ChangeLog
lispref/text.texi

index df88006e7c1216329130f4768f9dca34b1f9d241..2a377841cd782f5c629ed382383901564a6cd4f9 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 48180f71d1388ff48b74e4a4d6a0bc066e70bb85..ada5e586829efba625372eb7da2d4f5470636d2d 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.