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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Fri, 22 Oct 2004 09:20:16 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.78 emacs/lispref/text.texi:1.79
*** emacs/lispref/text.texi:1.78        Sat Oct  9 18:33:33 2004
--- emacs/lispref/text.texi     Fri Oct 22 13:15:12 2004
***************
*** 3620,3628 ****
  This function applies a translation table to the characters in the
  buffer between positions @var{start} and @var{end}.
  
! The translation table @var{table} is a string; @code{(aref @var{table}
! @var{ochar})} gives the translated character corresponding to
! @var{ochar}.  If the length of @var{table} is less than 256, any
  characters with codes larger than the length of @var{table} are not
  altered by the translation.
  
--- 3620,3628 ----
  This function applies a translation table to the characters in the
  buffer between positions @var{start} and @var{end}.
  
! The translation table @var{table} is a string or a char-table;
! @code{(aref @var{table} @var{ochar})} gives the translated character
! corresponding to @var{ochar}.  If @var{table} is a string, any
  characters with codes larger than the length of @var{table} are not
  altered by the translation.
  




reply via email to

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