emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105164: (General Escape Syntax): "a


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105164: (General Escape Syntax): "a with grave accent" is ?xe0, not ?x8e0.
Date: Wed, 13 Jul 2011 17:07:57 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105164
fixes bug(s): http://debbugs.gnu.org/5259
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 17:07:57 +0200
message:
  (General Escape Syntax): "a with grave accent" is ?xe0, not ?x8e0.
modified:
  doc/lispref/ChangeLog
  doc/lispref/objects.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-12 22:09:28 +0000
+++ b/doc/lispref/ChangeLog     2011-07-13 15:07:57 +0000
@@ -1,3 +1,8 @@
+2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * objects.texi (General Escape Syntax): "a with grave accent" is
+       ?xe0, not ?x8e0 (bug#5259).
+
 2011-07-12  Chong Yidong  <address@hidden>
 
        * display.texi (Face Attributes, Font Selection): Add references

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2011-06-06 19:43:39 +0000
+++ b/doc/lispref/objects.texi  2011-07-13 15:07:57 +0000
@@ -392,7 +392,7 @@
 and the hexadecimal character code.  You can use any number of hex
 digits, so you can represent any character code in this way.
 Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the
-character @kbd{C-a}, and @code{?\x8e0} for the Latin-1 character
+character @kbd{C-a}, and @code{?\xe0} for the Latin-1 character
 @iftex
 @address@hidden
 @end iftex
@@ -1037,7 +1037,7 @@
 greater than 256.)  Any character which is not a valid hex digit
 terminates this construct.  If the next character in the string could be
 interpreted as a hex digit, write @address@hidden }} (backslash and space) to
-terminate the hex escape---for example, @address@hidden }} represents
+terminate the hex escape---for example, @address@hidden }} represents
 one character, @samp{a} with grave accent.  @address@hidden }} in a string
 constant is just like backslash-newline; it does not contribute any
 character to the string, but it does terminate the preceding hex escape.


reply via email to

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