From 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 22 Feb 2011 23:03:27 -0800 Subject: [PATCH] * doc/misc/dbus.texi (Type Conversion): Grammar fix. --- doc/misc/ChangeLog | 2 ++ doc/misc/dbus.texi | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a822338225..c8d981125d 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2011-02-23 Glenn Morris + * 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 b58fbcb22a..b34a25b64f 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}, -- 2.20.1