* dbusbind.c (Fdbus_call_method)
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Aug 2009 10:31:38 +0000 (10:31 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Aug 2009 10:31:38 +0000 (10:31 +0000)
(Fdbus_call_method_asynchronously): Use English numeric format for
timeout values in doc string.

src/ChangeLog
src/dbusbind.c

index ef1d9b1..cff1f7a 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbusbind.c (Fdbus_call_method)
+       (Fdbus_call_method_asynchronously): Use English numeric format for
+       timeout values in doc string.
+
 2009-08-25  Kenichi Handa  <handa@m17n.org>
 
        * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
index 9542cd2..d0233fd 100644 (file)
@@ -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