Mercurial > emacs
changeset 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 | 05eaa923b9eb |
children | ae2c057fb447 |
files | src/ChangeLog src/dbusbind.c |
diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mange@freemail.hu> + + * 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 <cyd@stupidchicken.com> * fileio.c (Fexpand_file_name): Doc fix.
--- 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;