# HG changeset patch # User Magnus Henoch # Date 1224186710 0 # Node ID 9ae4dbce33aec3bfc889933418484e39a29fbfe4 # Parent 05eaa923b9eb3c2079c6a3a77eff016c56f27995 * dbusbind.c (Fdbus_call_method): Unbreak usage line. (Fdbus_call_method_asynchronously): Ditto. This change makes C-h f display the argument list. diff -r 05eaa923b9eb -r 9ae4dbce33ae src/ChangeLog --- a/src/ChangeLog Thu Oct 16 17:59:34 2008 +0000 +++ b/src/ChangeLog Thu Oct 16 19:51:50 2008 +0000 @@ -1,3 +1,9 @@ +2008-10-16 Magnus Henoch + + * dbusbind.c (Fdbus_call_method): Unbreak usage line. + (Fdbus_call_method_asynchronously): Ditto. + This change makes C-h f display the argument list. + 2008-10-16 Chong Yidong * fileio.c (Fexpand_file_name): Doc fix. diff -r 05eaa923b9eb -r 9ae4dbce33ae src/dbusbind.c --- a/src/dbusbind.c Thu Oct 16 17:59:34 2008 +0000 +++ b/src/dbusbind.c Thu Oct 16 19:51:50 2008 +0000 @@ -785,9 +785,7 @@ => "i686" -usage: (dbus-call-method - BUS SERVICE PATH INTERFACE METHOD - &optional :timeout TIMEOUT &rest ARGS) */) +usage: (dbus-call-method BUS SERVICE PATH INTERFACE METHOD &optional :timeout TIMEOUT &rest ARGS) */) (nargs, args) int nargs; register Lisp_Object *args; @@ -969,9 +967,7 @@ -| i686 -usage: (dbus-call-method-asynchronously - BUS SERVICE PATH INTERFACE METHOD HANDLER - &optional :timeout TIMEOUT &rest ARGS) */) +usage: (dbus-call-method-asynchronously BUS SERVICE PATH INTERFACE METHOD HANDLER &optional :timeout TIMEOUT &rest ARGS) */) (nargs, args) int nargs; register Lisp_Object *args;