From: Michael Albinus Date: Tue, 25 Aug 2009 10:31:38 +0000 (+0000) Subject: * dbusbind.c (Fdbus_call_method) X-Git-Tag: emacs-pretest-23.1.90~1685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1574224c892edd4adebd383504c852b305df4fcb;p=emacs.git * dbusbind.c (Fdbus_call_method) (Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string. --- diff --git a/src/ChangeLog b/src/ChangeLog index ef1d9b1d5e3..cff1f7a6431 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2009-08-25 Michael Albinus + + * dbusbind.c (Fdbus_call_method) + (Fdbus_call_method_asynchronously): Use English numeric format for + timeout values in doc string. + 2009-08-25 Kenichi Handa * lisp.h (CHAR_TABLE_REF_ASCII): New macro. diff --git a/src/dbusbind.c b/src/dbusbind.c index 9542cd2401d..d0233fdab43 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -853,7 +853,7 @@ offered by SERVICE. It must provide METHOD. If the parameter `:timeout' is given, the following integer TIMEOUT specifies the maximun number of milliseconds the method call must -return. The default value is 25.000. If the method call doesn't +return. The default value is 25,000. If the method call doesn't return in time, a D-Bus error is raised. All other arguments ARGS are passed to METHOD as arguments. They are @@ -1061,7 +1061,7 @@ be expected. If the parameter `:timeout' is given, the following integer TIMEOUT specifies the maximun number of milliseconds the method call must -return. The default value is 25.000. If the method call doesn't +return. The default value is 25,000. If the method call doesn't return in time, a D-Bus error is raised. All other arguments ARGS are passed to METHOD as arguments. They are