summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2013-02-28 20:29:41 +0100
committerMichael Albinus <michael.albinus@gmx.de>2013-02-28 20:29:41 +0100
commit538d9b943995f0767ff86354b962b36b0b4a5f1f (patch)
treebae2ae6cb86508070915d69715a928a7d749bfe3
parentef3761e3f4407fdd4d7329d296a00f51c66b52ec (diff)
downloademacs-538d9b943995f0767ff86354b962b36b0b4a5f1f.tar.gz
* tramp.texi (External methods): Mention `tramp-adb-program'.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/tramp.texi8
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 15b2b95026b..48561089dc0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-28 Michael Albinus <michael.albinus@gmx.de>
+
+ * tramp.texi (External methods): Mention `tramp-adb-program'.
+
2013-02-28 Bastien Guerry <bzg@gnu.org>
* org.texi (Visibility cycling): Suggest to set
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 20598f2d9e5..1052b030691 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1023,9 +1023,11 @@ name.
@cindex adb method
This special method uses the Android Debug Bridge for connecting
-Android devices. The Android Debug Bridge, part of the Android SDK,
-must be installed locally. The variable @var{tramp-adb-sdk-dir} must
-be set to its installation directory.
+Android devices. The Android Debug Bridge must be installed locally.
+Some GNU/Linux distributions offer it for installation, otherwise it
+can be installed as part of the Android SDK. If @command{adb} is not
+found via the @code{$PATH} environment variable, the variable
+@var{tramp-adb-program} must point to its absolute path.
@end table