diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-02 17:18:22 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-02 17:18:45 +0200 |
commit | f23d45603918721ec80bfcef883d22fab15cb9f1 (patch) | |
tree | c0cb680e963bc08019d32a17b971b585db29a647 /lisp/term.el | |
parent | f522d2d90b7d16f9dc285c855768ecf34ddf26f4 (diff) | |
download | emacs-f23d45603918721ec80bfcef883d22fab15cb9f1.tar.gz emacs-f23d45603918721ec80bfcef883d22fab15cb9f1.tar.bz2 emacs-f23d45603918721ec80bfcef883d22fab15cb9f1.zip |
* lisp/term.el: Doc fix; don't mention rlogin.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 68ec9db800a..b683f22bb63 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -78,7 +78,7 @@ ;; directory/username/host tracking: the only drawback is that you will ;; have to modify your shell start-up script. It's worth it, believe me :). ;; -;; When you rlogin/su/telnet and the account you access has a modified +;; When you ssh/sudo/su and the account you access has a modified ;; startup script, you will be able to access the remote files as usual ;; with C-x C-f, if it's needed you will have to enter a password, ;; otherwise the file should get loaded straight away. |