diff doc/misc/dbus.texi @ 103670:cbbd2a335c8c

(Type Conversion): Don't use literal control character.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 01 Jul 2009 15:15:52 +0000
parents 328f4b370b74
children 5baa98667482
line wrap: on
line diff
--- a/doc/misc/dbus.texi	Wed Jul 01 15:09:50 2009 +0000
+++ b/doc/misc/dbus.texi	Wed Jul 01 15:15:52 2009 +0000
@@ -1045,7 +1045,12 @@
 @lisp
 (dbus-unescape-from-identifier "_30123abc_5fxyz_01_ff")
 
-@result{} "0123abc_xyzÿ"
+@ifinfo
+@result{} "0123abc_xyz^Aÿ"
+@end ifinfo
+@ifnotinfo
+@result{} "0123abc_xyz^A@"y"
+@end ifnotinfo
 @end lisp
 @end defun