]> 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:18:51 +0000 (15:18 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 1 Jul 2009 15:18:51 +0000 (15:18 +0000)
doc/misc/ChangeLog
doc/misc/dbus.texi

index ae0d845130407330a6b79e4ec7fa1d172e27dbd1..047359ae5ebf30c1df47deb8bcf62fa9ed0f3e09 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-06-17  Glenn Morris  <rgm@gnu.org>
 
        * faq.texi (Obtaining the FAQ): Add reference to Savannah.
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