]> code.delx.au - gnu-emacs/commitdiff
* tramp.texi (External methods): Mention `tramp-adb-program'.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 28 Feb 2013 19:29:41 +0000 (20:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 28 Feb 2013 19:29:41 +0000 (20:29 +0100)
doc/misc/ChangeLog
doc/misc/tramp.texi

index 15b2b95026b28ad22f0ea2529cb3a6ffb5c1a0fe..48561089dc02df971f61d0e7eecca94be14a9e3b 100644 (file)
@@ -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
index 20598f2d9e52f25bdab51c266d69430b067a74dd..1052b0306911826255dafdbdfa630bb5d7b36cfa 100644 (file)
@@ -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