diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/dbusbind.c b/src/dbusbind.c index e5318fd51a1..fcb6ab8b618 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -1233,20 +1233,20 @@ This is an internal function, it shall not be used outside dbus.el.  The following usages are expected:  `dbus-call-method', `dbus-call-method-asynchronously': -  \(dbus-message-internal +   (dbus-message-internal      dbus-message-type-method-call BUS SERVICE PATH INTERFACE METHOD HANDLER      &optional :timeout TIMEOUT &rest ARGS)  `dbus-send-signal': -  \(dbus-message-internal +   (dbus-message-internal      dbus-message-type-signal BUS SERVICE PATH INTERFACE SIGNAL &rest ARGS)  `dbus-method-return-internal': -  \(dbus-message-internal +   (dbus-message-internal      dbus-message-type-method-return BUS SERVICE SERIAL &rest ARGS)  `dbus-method-error-internal': -  \(dbus-message-internal +   (dbus-message-internal      dbus-message-type-error BUS SERVICE SERIAL &rest ARGS)  usage: (dbus-message-internal &rest REST)  */) @@ -1796,7 +1796,7 @@ string which denotes a D-Bus interface, and MEMBER, also a string, is  either a method, a signal or a property INTERFACE is offering.  All  arguments but BUS must not be nil. -The value in the hash table is a list of quadruple lists \((UNAME +The value in the hash table is a list of quadruple lists ((UNAME  SERVICE PATH OBJECT [RULE]) ...).  SERVICE is the service name as  registered, UNAME is the corresponding unique name.  In case of  registered methods and properties, UNAME is nil.  PATH is the object | 
