]> git.eshelyaron.com Git - emacs.git/commitdiff
Tramp editorials
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 6 Jul 2018 12:03:42 +0000 (14:03 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 6 Jul 2018 12:03:42 +0000 (14:03 +0200)
* doc/misc/tramp.texi (Android shell setup): Mention Termux.

* lisp/net/tramp-sh.el (tramp-remote-process-environment):
Use proper spelling "Tramp" in docstring.

doc/misc/tramp.texi
lisp/net/tramp-sh.el

index 4115d40340abf120586ece143a83cf3abdcff1e9..154dec11d8eda7b2bc94a799e784d95e0b5d17f8 100644 (file)
@@ -2085,8 +2085,8 @@ installed.  Usually, it is sufficient to open the file
 @file{@trampfn{adb,,/}}.  Then you can navigate in the filesystem via
 @code{dired}.
 
-Alternatively, applications such as @code{SSHDroid} that run
-@command{sshd} process on the Android device can accept any
+Alternatively, applications such as @code{Termux} or @code{SSHDroid}
+that run @command{sshd} process on the Android device can accept any
 @option{ssh}-based methods provided these settings are adjusted:
 
 @itemize
index 1a31596bf9b58a982f652e97433a134287cc904a..212be4f36a00d69e82a721ecaecdb35dde370a3b 100644 (file)
@@ -544,7 +544,7 @@ The PATH environment variable should be set via `tramp-remote-path'.
 The TERM environment variable should be set via `tramp-terminal-type'.
 
 The INSIDE_EMACS environment variable will automatically be set
-based on the TRAMP and Emacs versions, and should not be set here."
+based on the Tramp and Emacs versions, and should not be set here."
   :group 'tramp
   :version "26.1"
   :type '(repeat string))