From f90ca44ae38de03a1ab83289c6342f57db55c038 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 1 Jul 2009 15:18:51 +0000 Subject: [PATCH] (Type Conversion): Don't use literal control character. --- doc/misc/ChangeLog | 4 ++++ doc/misc/dbus.texi | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ae0d8451304..047359ae5eb 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-07-01 Andreas Schwab + + * dbus.texi (Type Conversion): Don't use literal control character. + 2009-06-17 Glenn Morris * faq.texi (Obtaining the FAQ): Add reference to Savannah. diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 40b652d95ac..f1385f66b34 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -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ÿ" +@ifinfo +@result{} "0123abc_xyz^Aÿ" +@end ifinfo +@ifnotinfo +@result{} "0123abc_xyz^A@"y" +@end ifnotinfo @end lisp @end defun -- 2.39.2