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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sat, 03 Sep 2005 14:19:32 -0400

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




reply via email to

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