From: Michael Albinus Date: Sun, 15 Jun 2014 12:19:38 +0000 (+0200) Subject: * dbus.texi (Type Conversion): Formatting edits in example. X-Git-Tag: emacs-24.3.92~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dce5a71fdb04844c20382db8841e917877ae2b0f;p=emacs.git * dbus.texi (Type Conversion): Formatting edits in example. --- 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