emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/objects.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/objects.texi,v
Date: Fri, 09 Jun 2006 18:11:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/09 18:11:21

Index: objects.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/objects.texi,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- objects.texi        1 May 2006 15:05:48 -0000       1.53
+++ objects.texi        9 Jun 2006 18:11:21 -0000       1.54
@@ -431,6 +431,19 @@
 bit values are 2**22 for alt, 2**23 for super and 2**24 for hyper.
 @end ifnottex
 
address@hidden unicode character escape
+  Emacs provides a syntax for specifying characters by their Unicode
+code points.  @address@hidden represents a character that maps to
+the Unicode code point @address@hidden  There is a slightly
+different syntax for specifying characters with code points above
address@hidden; @address@hidden represents the character whose
+Unicode code point is @address@hidden, if such a character
+is supported by Emacs.
+
+  Unlike in some other programming languages, in Emacs Lisp this
+syntax is available for character literals, and (see later) in
+strings, but not elsewhere.
+
 @cindex @samp{\} in character constant
 @cindex backslash in character constant
 @cindex octal character code




reply via email to

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