Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.105 emacs/lispref/text.texi:1.106
*** emacs/lispref/text.texi:1.105       Sat Sep  3 18:12:46 2005
--- emacs/lispref/text.texi     Sat Sep  3 18:19:32 2005
***************
*** 395,402 ****
  
  @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, and @var{character} must be a character.  The value is @code{nil}.
  
  This function does not convert unibyte character codes 128 through 255
  to multibyte characters, not even if the current buffer is a multibyte
--- 395,402 ----
  
  @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 an
! integer, and @var{character} must be a character.  The value is @code{nil}.
  
  This function does not convert unibyte character codes 128 through 255
  to multibyte characters, not even if the current buffer is a multibyte


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to