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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:16 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.64.2.5 emacs/lispref/text.texi:1.64.2.6
*** emacs/lispref/text.texi:1.64.2.5    Thu Oct 14 08:49:57 2004
--- emacs/lispref/text.texi     Wed Oct 27 05:41:57 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]