emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref nonascii.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref nonascii.texi
Date: Sat, 07 Feb 2009 11:07:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/02/07 11:07:22

Modified files:
        doc/lispref    : nonascii.texi 

Log message:
        (Translation of Characters): Reinstate documentation of
        translation-table-for-input.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/nonascii.texi?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: nonascii.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/nonascii.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- nonascii.texi       17 Jan 2009 19:14:29 -0000      1.20
+++ nonascii.texi       7 Feb 2009 11:07:22 -0000       1.21
@@ -751,6 +751,15 @@
 value of this variable, if address@hidden, is applied after them.
 @end defvar
 
address@hidden translation-table-for-input
+Self-inserting characters are translated through this translation
+table before they are inserted.  Search commands also translate their
+input through this table, so they can compare more reliably with
+what's in the buffer.
+
+This variable automatically becomes buffer-local when set.
address@hidden defvar
+
 @defun make-translation-table-from-vector vec
 This function returns a translation table made from @var{vec} that is
 an array of 256 elements to map byte values 0 through 255 to




reply via email to

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