Mercurial > emacs
diff src/dbusbind.c @ 98783:9ae4dbce33ae
* dbusbind.c (Fdbus_call_method): Unbreak usage line.
(Fdbus_call_method_asynchronously): Ditto.
This change makes C-h f display the argument list.
| author | Magnus Henoch <mange@freemail.hu> |
|---|---|
| date | Thu, 16 Oct 2008 19:51:50 +0000 |
| parents | e5f33aa05b97 |
| children | f98d4eaeba07 |
line wrap: on
line diff
--- 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;
