aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2011-02-27 17:07:29 -0800
committerGlenn Morris2011-02-27 17:07:29 -0800
commit2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch)
treeb924eb1c22ab3bce643676162ef039f250782661 /doc/misc
parentdf7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff)
parentd1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/misc/dbus.texi4
-rw-r--r--doc/misc/semantic.texi2
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 @@
12011-02-28 Glenn Morris <rgm@gnu.org>
2
3 * dbus.texi (Type Conversion): Grammar fix.
4
12011-02-23 Michael Albinus <michael.albinus@gmx.de> 52011-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
895Other Lisp objects, like symbols or hash tables, are not accepted as 895Other Lisp objects, like symbols or hash tables, are not accepted as
896input parameter. 896input parameters.
897 897
898If it is necessary to use another D-Bus type, a corresponding type 898If it is necessary to use another D-Bus type, a corresponding type
899symbol can be preceeded to the corresponding Lisp object. Basic D-Bus 899symbol can be prepended to the corresponding Lisp object. Basic D-Bus
900types are represented by the type symbols @code{:byte}, 900types 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