diff options
| author | Magnus Henoch | 2008-10-16 19:51:50 +0000 |
|---|---|---|
| committer | Magnus Henoch | 2008-10-16 19:51:50 +0000 |
| commit | edd9ab1eb64656028f844ae3ee426c010964ce88 (patch) | |
| tree | d138ac620ec946269475878b984eaabc975bee31 /src/dbusbind.c | |
| parent | 0711429637bd6a565b72588b8a0e6eacf53b45b4 (diff) | |
| download | emacs-edd9ab1eb64656028f844ae3ee426c010964ce88.tar.gz emacs-edd9ab1eb64656028f844ae3ee426c010964ce88.zip | |
* dbusbind.c (Fdbus_call_method): Unbreak usage line.
(Fdbus_call_method_asynchronously): Ditto.
This change makes C-h f display the argument list.
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 7c61de7a4d9..7a30cabca2e 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -785,9 +785,7 @@ object is returned instead of a list containing this single Lisp object. | |||
| 785 | 785 | ||
| 786 | => "i686" | 786 | => "i686" |
| 787 | 787 | ||
| 788 | usage: (dbus-call-method | 788 | usage: (dbus-call-method BUS SERVICE PATH INTERFACE METHOD &optional :timeout TIMEOUT &rest ARGS) */) |
| 789 | BUS SERVICE PATH INTERFACE METHOD | ||
| 790 | &optional :timeout TIMEOUT &rest ARGS) */) | ||
| 791 | (nargs, args) | 789 | (nargs, args) |
| 792 | int nargs; | 790 | int nargs; |
| 793 | register Lisp_Object *args; | 791 | register Lisp_Object *args; |
| @@ -969,9 +967,7 @@ Example: | |||
| 969 | 967 | ||
| 970 | -| i686 | 968 | -| i686 |
| 971 | 969 | ||
| 972 | usage: (dbus-call-method-asynchronously | 970 | usage: (dbus-call-method-asynchronously BUS SERVICE PATH INTERFACE METHOD HANDLER &optional :timeout TIMEOUT &rest ARGS) */) |
| 973 | BUS SERVICE PATH INTERFACE METHOD HANDLER | ||
| 974 | &optional :timeout TIMEOUT &rest ARGS) */) | ||
| 975 | (nargs, args) | 971 | (nargs, args) |
| 976 | int nargs; | 972 | int nargs; |
| 977 | register Lisp_Object *args; | 973 | register Lisp_Object *args; |