diff options
| author | Glenn Morris | 2011-02-22 23:03:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:03:27 -0800 |
| commit | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (patch) | |
| tree | 92a1a403e20f758a6bebd6d97428509d24699dd0 | |
| parent | 0105dc3e031edfe100df0abac10d34671b60dbf8 (diff) | |
| download | emacs-61cf3a767d6ea2c04d5697431b8b4ea905584bd5.tar.gz emacs-61cf3a767d6ea2c04d5697431b8b4ea905584bd5.zip | |
* doc/misc/dbus.texi (Type Conversion): Grammar fix.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 4 |
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 @@ | |||
| 1 | 2011-02-23 Glenn Morris <rgm@gnu.org> | 1 | 2011-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 | ||
| 878 | Other Lisp objects, like symbols or hash tables, are not accepted as | 878 | Other Lisp objects, like symbols or hash tables, are not accepted as |
| 879 | input parameter. | 879 | input parameters. |
| 880 | 880 | ||
| 881 | If it is necessary to use another D-Bus type, a corresponding type | 881 | If it is necessary to use another D-Bus type, a corresponding type |
| 882 | symbol can be preceeded to the corresponding Lisp object. Basic D-Bus | 882 | symbol can be prepended to the corresponding Lisp object. Basic D-Bus |
| 883 | types are represented by the type symbols @code{:byte}, | 883 | types 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}, |