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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi [lexbind]
Date: Mon, 25 Oct 2004 00:40:58 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.56.2.11 emacs/lispref/text.texi:1.56.2.12
*** emacs/lispref/text.texi:1.56.2.11   Mon Oct 25 04:19:38 2004
--- emacs/lispref/text.texi     Mon Oct 25 04:22:22 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]