1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

* dbusbind.c (Fdbus_call_method)

(Fdbus_call_method_asynchronously): Use English numeric format for
timeout values in doc string.
This commit is contained in:
Michael Albinus 2009-08-25 10:31:38 +00:00
parent 0b35b48e66
commit 1574224c89
2 changed files with 8 additions and 2 deletions

View 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.

View 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