emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117248: * dbus.texi (Type Conversion): Formattin


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 r117248: * dbus.texi (Type Conversion): Formatting edits in example.
Date: Sun, 15 Jun 2014 12:19:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117248
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-06-15 14:19:38 +0200
message:
  * dbus.texi (Type Conversion): Formatting edits in example.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/dbus.texi             dbus.texi-20091113204419-o5vbwnq5f7feedwu-7963
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-06-10 21:07:22 +0000
+++ b/doc/misc/ChangeLog        2014-06-15 12:19:38 +0000
@@ -1,3 +1,7 @@
+2014-06-15  Michael Albinus  <address@hidden>
+
+       * dbus.texi (Type Conversion): Formatting edits in example.
+
 2014-06-10  Glenn Morris  <address@hidden>
 
        * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.

=== modified file 'doc/misc/dbus.texi'
--- a/doc/misc/dbus.texi        2014-05-07 17:34:53 +0000
+++ b/doc/misc/dbus.texi        2014-06-15 12:19:38 +0000
@@ -1060,11 +1060,11 @@
   ""                          ;; 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 "@address@hidden") ;; No hints
                               ;; (empty array of dictionary entries).
-  :int32 -1)                 ;; Default timeout.
+  :int32 -1)                  ;; Default timeout.
 
 @result{} 3
 @end lisp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]