aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2014-06-15 14:19:38 +0200
committerMichael Albinus <[email protected]>2014-06-15 14:19:38 +0200
commitdce5a71fdb04844c20382db8841e917877ae2b0f (patch)
tree85f6ae781c8e8f7bbac300f8db1bf13c1c7fcb08 /doc
parent2c7bf3ce244fec86b899ac4804aa1956f291f8d6 (diff)
* dbus.texi (Type Conversion): Formatting edits in example.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/dbus.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 34209ce843..d3a7f66cda 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-15 Michael Albinus <[email protected]>
+
+ * dbus.texi (Type Conversion): Formatting edits in example.
+
2014-06-10 Glenn Morris <[email protected]>
* 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 99119246a4..4c63ecddb7 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