aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorMichael Albinus2009-08-25 10:31:38 +0000
committerMichael Albinus2009-08-25 10:31:38 +0000
commit1574224c892edd4adebd383504c852b305df4fcb (patch)
tree60913092ddae014da86508f5793efcddad08e19f /src/dbusbind.c
parent0b35b48e669bea042d07ceda09e029be5e9ff3f0 (diff)
downloademacs-1574224c892edd4adebd383504c852b305df4fcb.tar.gz
emacs-1574224c892edd4adebd383504c852b305df4fcb.zip
* dbusbind.c (Fdbus_call_method)
(Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c4
1 files changed, 2 insertions, 2 deletions
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.
853 853
854If the parameter `:timeout' is given, the following integer TIMEOUT 854If the parameter `:timeout' is given, the following integer TIMEOUT
855specifies the maximun number of milliseconds the method call must 855specifies the maximun number of milliseconds the method call must
856return. The default value is 25.000. If the method call doesn't 856return. The default value is 25,000. If the method call doesn't
857return in time, a D-Bus error is raised. 857return in time, a D-Bus error is raised.
858 858
859All other arguments ARGS are passed to METHOD as arguments. They are 859All other arguments ARGS are passed to METHOD as arguments. They are
@@ -1061,7 +1061,7 @@ be expected.
1061 1061
1062If the parameter `:timeout' is given, the following integer TIMEOUT 1062If the parameter `:timeout' is given, the following integer TIMEOUT
1063specifies the maximun number of milliseconds the method call must 1063specifies the maximun number of milliseconds the method call must
1064return. The default value is 25.000. If the method call doesn't 1064return. The default value is 25,000. If the method call doesn't
1065return in time, a D-Bus error is raised. 1065return in time, a D-Bus error is raised.
1066 1066
1067All other arguments ARGS are passed to METHOD as arguments. They are 1067All other arguments ARGS are passed to METHOD as arguments. They are