aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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},