aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 23:03:27 -0800
committerGlenn Morris2011-02-22 23:03:27 -0800
commit61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (patch)
tree92a1a403e20f758a6bebd6d97428509d24699dd0
parent0105dc3e031edfe100df0abac10d34671b60dbf8 (diff)
downloademacs-61cf3a767d6ea2c04d5697431b8b4ea905584bd5.tar.gz
emacs-61cf3a767d6ea2c04d5697431b8b4ea905584bd5.zip
* doc/misc/dbus.texi (Type Conversion): Grammar fix.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/dbus.texi4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a822338225a..c8d981125d2 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12011-02-23 Glenn Morris <rgm@gnu.org> 12011-02-23 Glenn Morris <rgm@gnu.org>
2 2
3 * dbus.texi (Type Conversion): Grammar fix.
4
3 * dired-x.texi (Features, Local Variables): Fix typos. 5 * dired-x.texi (Features, Local Variables): Fix typos.
4 (Features): Minor rephrasing. 6 (Features): Minor rephrasing.
5 7
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index b58fbcb22ae..b34a25b64f8 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -876,10 +876,10 @@ applied, when the corresponding D-Bus message is created:
876@end example 876@end example
877 877
878Other Lisp objects, like symbols or hash tables, are not accepted as 878Other Lisp objects, like symbols or hash tables, are not accepted as
879input parameter. 879input parameters.
880 880
881If it is necessary to use another D-Bus type, a corresponding type 881If it is necessary to use another D-Bus type, a corresponding type
882symbol can be preceeded to the corresponding Lisp object. Basic D-Bus 882symbol can be prepended to the corresponding Lisp object. Basic D-Bus
883types are represented by the type symbols @code{:byte}, 883types are represented by the type symbols @code{:byte},
884@code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, 884@code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32},
885@code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, 885@code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double},