diff options
| author | Michael Albinus | 2014-06-15 14:19:38 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-06-15 14:19:38 +0200 |
| commit | dce5a71fdb04844c20382db8841e917877ae2b0f (patch) | |
| tree | 85f6ae781c8e8f7bbac300f8db1bf13c1c7fcb08 | |
| parent | 2c7bf3ce244fec86b899ac4804aa1956f291f8d6 (diff) | |
| download | emacs-dce5a71fdb04844c20382db8841e917877ae2b0f.tar.gz emacs-dce5a71fdb04844c20382db8841e917877ae2b0f.zip | |
* dbus.texi (Type Conversion): Formatting edits in example.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-06-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dbus.texi (Type Conversion): Formatting edits in example. | ||
| 4 | |||
| 1 | 2014-06-10 Glenn Morris <rgm@gnu.org> | 5 | 2014-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 |