diff options
| author | Glenn Morris | 2011-02-27 17:07:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-27 17:07:29 -0800 |
| commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
| tree | b924eb1c22ab3bce643676162ef039f250782661 /doc/misc | |
| parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
| parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
| download | emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip | |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6f4f86978da..0e6726b08ba 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dbus.texi (Type Conversion): Grammar fix. | ||
| 4 | |||
| 1 | 2011-02-23 Michael Albinus <michael.albinus@gmx.de> | 5 | 2011-02-23 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and | 7 | * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and |
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index ad202f963aa..e6fb00d3482 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -893,10 +893,10 @@ applied, when the corresponding D-Bus message is created: | |||
| 893 | @end example | 893 | @end example |
| 894 | 894 | ||
| 895 | Other Lisp objects, like symbols or hash tables, are not accepted as | 895 | Other Lisp objects, like symbols or hash tables, are not accepted as |
| 896 | input parameter. | 896 | input parameters. |
| 897 | 897 | ||
| 898 | If it is necessary to use another D-Bus type, a corresponding type | 898 | If it is necessary to use another D-Bus type, a corresponding type |
| 899 | symbol can be preceeded to the corresponding Lisp object. Basic D-Bus | 899 | symbol can be prepended to the corresponding Lisp object. Basic D-Bus |
| 900 | types are represented by the type symbols @code{:byte}, | 900 | types are represented by the type symbols @code{:byte}, |
| 901 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, | 901 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, |
| 902 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, | 902 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, |
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index 52434f4a6e4..f3f11d29f17 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -64,7 +64,7 @@ developing GNU and promoting software freedom.'' | |||
| 64 | @macro obsolete{old,new} | 64 | @macro obsolete{old,new} |
| 65 | @sp 1 | 65 | @sp 1 |
| 66 | @strong{Compatibility}: | 66 | @strong{Compatibility}: |
| 67 | @code{\new\} introduced in @semantic{} version 2.0 supercedes | 67 | @code{\new\} introduced in @semantic{} version 2.0 supersedes |
| 68 | @code{\old\} which is now obsolete. | 68 | @code{\old\} which is now obsolete. |
| 69 | @end macro | 69 | @end macro |
| 70 | 70 | ||