emacs-diffs
[Top][All Lists]
Advanced

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

master 050252043f: Doc fix; don't mention rlogin


From: Stefan Kangas
Subject: master 050252043f: Doc fix; don't mention rlogin
Date: Mon, 11 Jul 2022 07:51:31 -0400 (EDT)

branch: master
commit 050252043fe85e12412de311a08f0159cd89e92a
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Doc fix; don't mention rlogin
    
    * doc/emacs/misc.texi (Remote Host):
    * doc/misc/eshell.texi (Bugs and ideas): Don't mention
    rlogin.  (Bug#56461)
---
 doc/emacs/misc.texi  | 6 +++---
 doc/misc/eshell.texi | 9 ++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 9709c6ddc1..841a285520 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1643,11 +1643,11 @@ interface is similar to the @code{more} program.
 @cindex remote host
 @cindex connecting to remote host
 @cindex Telnet
-@cindex Rlogin
+@cindex SSH
 
   You can login to a remote computer, using whatever commands you
-would from a regular terminal (e.g., using the @command{ssh} or
-@command{telnet} or @code{rlogin} commands), from a Term window.
+would from a regular terminal (e.g., the @command{ssh} command), from
+a Term window.
 
   A program that asks you for a password will normally suppress
 echoing of the password, so the password will not show up in the
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 2e3ba4c273..6a348f37dc 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -2077,11 +2077,10 @@ it).
 
 @item Make the shell spawning commands be visual
 
-That is, make (@command{su}, @command{bash}, @command{telnet},
-@command{rlogin}, @command{rsh}, etc.)@: be part of
-@code{eshell-visual-commands}.  The only exception is if the shell is
-being used to invoke a single command.  Then, the behavior should be
-based on what that command is.
+That is, make (@command{su}, @command{bash}, @command{ssh}, etc.)@: be
+part of @code{eshell-visual-commands}.  The only exception is if the
+shell is being used to invoke a single command.  Then, the behavior
+should be based on what that command is.
 
 @item Create a smart viewing command named @command{open}
 



reply via email to

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