aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 34209ce8438..d3a7f66cdaf 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbus.texi (Type Conversion): Formatting edits in example.
4
12014-06-10 Glenn Morris <rgm@gnu.org> 52014-06-10 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change. 7 * 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:
1060 "" ;; No icon. 1060 "" ;; No icon.
1061 "Notification summary" ;; Summary. 1061 "Notification summary" ;; Summary.
1062 (format ;; Body. 1062 (format ;; Body.
1063 "This is a test notification, raised from %s" (emacs-version)) 1063 "This is a test notification, raised from\n%S" (emacs-version))
1064 '(:array) ;; No actions (empty array of strings). 1064 '(:array) ;; No actions (empty array of strings).
1065 '(:array :signature "@{sv@}") ;; No hints 1065 '(:array :signature "@{sv@}") ;; No hints
1066 ;; (empty array of dictionary entries). 1066 ;; (empty array of dictionary entries).
1067 :int32 -1) ;; Default timeout. 1067 :int32 -1) ;; Default timeout.
1068 1068
1069@result{} 3 1069@result{} 3
1070@end lisp 1070@end lisp