* doc/misc/dbus.texi (Type Conversion): Grammar fix.
This commit is contained in:
parent
0105dc3e03
commit
61cf3a767d
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-02-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* dbus.texi (Type Conversion): Grammar fix.
|
||||
|
||||
* dired-x.texi (Features, Local Variables): Fix typos.
|
||||
(Features): Minor rephrasing.
|
||||
|
||||
|
|
|
@ -876,10 +876,10 @@ applied, when the corresponding D-Bus message is created:
|
|||
@end example
|
||||
|
||||
Other Lisp objects, like symbols or hash tables, are not accepted as
|
||||
input parameter.
|
||||
input parameters.
|
||||
|
||||
If it is necessary to use another D-Bus type, a corresponding type
|
||||
symbol can be preceeded to the corresponding Lisp object. Basic D-Bus
|
||||
symbol can be prepended to the corresponding Lisp object. Basic D-Bus
|
||||
types are represented by the type symbols @code{:byte},
|
||||
@code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32},
|
||||
@code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double},
|
||||
|
|
Loading…
Add table
Reference in a new issue