]> git.eshelyaron.com Git - emacs.git/commitdiff
* dbus.texi (Type Conversion): Formatting edits in example.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jun 2014 12:19:38 +0000 (14:19 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jun 2014 12:19:38 +0000 (14:19 +0200)
doc/misc/ChangeLog
doc/misc/dbus.texi

index 34209ce8438eb3a50539f28bbcfd10ce4e1f0f31..d3a7f66cdaf7909e78f46b2df382a3b2adca1df2 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbus.texi (Type Conversion): Formatting edits in example.
+
 2014-06-10  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
index 99119246a4ea69b1a23a41621e417e41b15e3e76..4c63ecddb7d63741ed5c453a7804429665b73b8b 100644 (file)
@@ -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