From fa0f81b0b21db4d9ca068b4a4976bad0735e5575 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 1 Jul 2009 15:15:52 +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 f8b67dc50be..69234dd9972 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-07-01 Michael Albinus * tramp.texi (GVFS based methods): New section. 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