From dce5a71fdb04844c20382db8841e917877ae2b0f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 15 Jun 2014 14:19:38 +0200 Subject: [PATCH] * dbus.texi (Type Conversion): Formatting edits in example. --- doc/misc/ChangeLog | 4 ++++ doc/misc/dbus.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 34209ce8438..d3a7f66cdaf 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-15 Michael Albinus + + * dbus.texi (Type Conversion): Formatting edits in example. + 2014-06-10 Glenn Morris * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change. diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 99119246a4e..4c63ecddb7d 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -1060,11 +1060,11 @@ elements of this array. Example: "" ;; No icon. "Notification summary" ;; Summary. (format ;; Body. - "This is a test notification, raised from %s" (emacs-version)) + "This is a test notification, raised from\n%S" (emacs-version)) '(:array) ;; No actions (empty array of strings). '(:array :signature "@{sv@}") ;; No hints ;; (empty array of dictionary entries). - :int32 -1) ;; Default timeout. + :int32 -1) ;; Default timeout. @result{} 3 @end lisp -- 2.39.5