aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2011-03-01 17:52:03 -0800
committerPaul Eggert2011-03-01 17:52:03 -0800
commitba46f4d85a6938273f52a8cdf7e09d9afee61d7f (patch)
tree606ec46b703532d463ccddf287f0053430eb1f4a /doc/misc
parentd9d0d182da35312ed0d7a9859b9c6a03994d86d8 (diff)
parent0dc3e4109e0c41bbf5fdcae0ff1156162719693e (diff)
downloademacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.tar.gz
emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.zip
Merge from mainline.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog9
-rw-r--r--doc/misc/dbus.texi4
-rw-r--r--doc/misc/semantic.texi2
-rw-r--r--doc/misc/tramp.texi4
4 files changed, 14 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 6f4f86978da..2ce67bad6cb 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,12 @@
12011-02-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
4 supported systems.
5
62011-02-28 Glenn Morris <rgm@gnu.org>
7
8 * dbus.texi (Type Conversion): Grammar fix.
9
12011-02-23 Michael Albinus <michael.albinus@gmx.de> 102011-02-23 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and 12 * 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
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 8bcce244f9d..bdbba437af7 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2740,8 +2740,8 @@ There is also a Savannah project page.
2740@item 2740@item
2741Which systems does it work on? 2741Which systems does it work on?
2742 2742
2743The package has been used successfully on Emacs 22, Emacs 23, XEmacs 2743The package has been used successfully on Emacs 22, Emacs 23, Emacs
274421 (starting with 21.4), and SXEmacs 22. 274424, XEmacs 21 (starting with 21.4), and SXEmacs 22.
2745 2745
2746The package was intended to work on Unix, and it really expects a 2746The package was intended to work on Unix, and it really expects a
2747Unix-like system on the remote end (except the @option{smb} method), 2747Unix-like system on the remote end (except the @option{smb} method),