/[emacs]/emacs/lispref/text.texi
ViewVC logotype

Diff of /emacs/lispref/text.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56.2.11 by miles, Mon Oct 25 04:19:38 2004 UTC revision 1.56.2.12 by miles, Mon Oct 25 04:22:22 2004 UTC
# Line 3620  ThXs Xs the contents of the buffer befor Line 3620  ThXs Xs the contents of the buffer befor
3620  This function applies a translation table to the characters in the  This function applies a translation table to the characters in the
3621  buffer between positions @var{start} and @var{end}.  buffer between positions @var{start} and @var{end}.
3622    
3623  The translation table @var{table} is a string; @code{(aref @var{table}  The translation table @var{table} is a string or a char-table;
3624  @var{ochar})} gives the translated character corresponding to  @code{(aref @var{table} @var{ochar})} gives the translated character
3625  @var{ochar}.  If the length of @var{table} is less than 256, any  corresponding to @var{ochar}.  If @var{table} is a string, any
3626  characters with codes larger than the length of @var{table} are not  characters with codes larger than the length of @var{table} are not
3627  altered by the translation.  altered by the translation.
3628    

Legend:
Removed from v.1.56.2.11  
changed lines
  Added in v.1.56.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26