emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 271d1f7: Tramp editorials


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 271d1f7: Tramp editorials
Date: Fri, 6 Jul 2018 08:03:50 -0400 (EDT)

branch: emacs-26
commit 271d1f778e76ed086d932223af889f1a210873f1
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Tramp editorials
    
    * 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  | 4 ++--
 lisp/net/tramp-sh.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 4115d40..154dec1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2085,8 +2085,8 @@ installed.  Usually, it is sufficient to open the file
 @address@hidden,,/}}.  Then you can navigate in the filesystem via
 @code{dired}.
 
-Alternatively, applications such as @code{SSHDroid} that run
address@hidden 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
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 1a31596..212be4f 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]