emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/text.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Fri, 04 Apr 2003 01:23:25 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.59 emacs/lispref/text.texi:1.60
*** emacs/lispref/text.texi:1.59        Tue Feb  4 09:47:54 2003
--- emacs/lispref/text.texi     Mon Feb 10 06:31:36 2003
***************
*** 340,346 ****
  the insertion point, the inserted text falls inside that overlay.
  @end defun
  
! @defun insert-char character &optional count 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.
--- 340,346 ----
  the insertion point, the inserted text falls inside that overlay.
  @end defun
  
! @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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]