summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-22 23:03:27 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-22 23:03:27 -0800
commit61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (patch)
tree92a1a403e20f758a6bebd6d97428509d24699dd0
parent0105dc3e031edfe100df0abac10d34671b60dbf8 (diff)
downloademacs-61cf3a767d6ea2c04d5697431b8b4ea905584bd5.tar.gz
* 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 @@
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.
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:
@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},