]> git.eshelyaron.com Git - emacs.git/commitdiff
(Type Conversion): Don't use literal control character.
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 1 Jul 2009 15:15:52 +0000 (15:15 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 1 Jul 2009 15:15:52 +0000 (15:15 +0000)
doc/misc/ChangeLog
doc/misc/dbus.texi

index f8b67dc50be39dfc36972105f97565d140e9ddbf..69234dd997237ebd857fb1a5e78a1167c9bba20d 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-01  Andreas Schwab  <aschwab@redhat.com>
+
+       * dbus.texi (Type Conversion): Don't use literal control character.
+
 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (GVFS based methods): New section.
index 40b652d95ac9d24949196aa06ec8e0d65e8924bd..f1385f66b34fbf7a7de79ec9113d96b93226bdf3 100644 (file)
@@ -1045,7 +1045,12 @@ Retrieve the original string from the encoded @var{string}.
 @lisp
 (dbus-unescape-from-identifier "_30123abc_5fxyz_01_ff")
 
-@result{} "0123abc_xyz\ 1ÿ"
+@ifinfo
+@result{} "0123abc_xyz^Aÿ"
+@end ifinfo
+@ifnotinfo
+@result{} "0123abc_xyz^A@"y"
+@end ifnotinfo
 @end lisp
 @end defun