changeset 104605:109ea433850d

* dbusbind.c (Fdbus_call_method) (Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 25 Aug 2009 10:31:22 +0000
parents c321af690274
children 8bad5770da31
files src/dbusbind.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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