# HG changeset patch # User Michael Albinus # Date 1251196282 0 # Node ID 109ea433850dfb9f442c740da8e151408704a1ba # Parent c321af6902740e778b949a404dd043e30786ed00 * dbusbind.c (Fdbus_call_method) (Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string. diff -r c321af690274 -r 109ea433850d src/dbusbind.c --- a/src/dbusbind.c Tue Aug 25 10:26:16 2009 +0000 +++ b/src/dbusbind.c Tue Aug 25 10:31:22 2009 +0000 @@ -853,7 +853,7 @@ 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 @@ 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