aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2009-07-27 10:11:47 +0000
committerMichael Albinus2009-07-27 10:11:47 +0000
commit42fb7e61464d846d233e00bd6796c6c771d523f6 (patch)
treef0e9953cfd009b371e29231fc2a57418abdb7364
parent3dec5c364b365689949a7d8b92682562dfa41da6 (diff)
downloademacs-42fb7e61464d846d233e00bd6796c6c771d523f6.tar.gz
emacs-42fb7e61464d846d233e00bd6796c6c771d523f6.zip
* dbus.texi (Receiving Method Calls): Describe special return value
`:ignore'.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/dbus.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 7501648595c..8c38e7f8ee3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12009-07-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbus.texi (Receiving Method Calls): Describe special return value
4 `:ignore'.
5
12009-07-24 Alan Mackenzie <acm@muc.de> 62009-07-24 Alan Mackenzie <acm@muc.de>
2 7
3 * cc-mode.texi (Config Basics, File Styles): Document that at mode 8 * cc-mode.texi (Config Basics, File Styles): Document that at mode
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index f1385f66b34..3eb0076649d 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1273,6 +1273,9 @@ If @var{handler} wants to return just one Lisp object and it is not a
1273cons cell, @var{handler} can return this object directly, instead of 1273cons cell, @var{handler} can return this object directly, instead of
1274returning a list containing the object. 1274returning a list containing the object.
1275 1275
1276In case @var{handler} shall return a reply message with an empty
1277argument list, @var{handler} must return the symbol @code{:ignore}.
1278
1276The default D-Bus timeout when waiting for a message reply is 25 1279The default D-Bus timeout when waiting for a message reply is 25
1277seconds. This value could be even smaller, depending on the calling 1280seconds. This value could be even smaller, depending on the calling
1278client. Therefore, @var{handler} shall not last longer than 1281client. Therefore, @var{handler} shall not last longer than