Mercurial > emacs
changeset 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 | d00fcd8cfb85 |
children | 2d532360a64b |
files | doc/misc/ChangeLog doc/misc/dbus.texi |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ChangeLog Wed Jul 01 15:09:50 2009 +0000 +++ b/doc/misc/ChangeLog Wed Jul 01 15:15:52 2009 +0000 @@ -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.
--- 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