* doc/misc/dbus.texi (Type Conversion): Grammar fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:03:27 +0000 (23:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:03:27 +0000 (23:03 -0800)
doc/misc/ChangeLog
doc/misc/dbus.texi

index a822338..c8d9811 100644 (file)
@@ -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.
 
index b58fbcb..b34a25b 100644 (file)
@@ -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},