summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-03 09:50:35 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-03 09:50:35 +0200
commit6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778 (patch)
treeeec524e2a557b2727e14a63f3828f5476a42d311 /lisp/term.el
parentbb3e281236bd39c2fbd0702c4f3e07dfaec7afe2 (diff)
parentf23d45603918721ec80bfcef883d22fab15cb9f1 (diff)
downloademacs-6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778.tar.gz
Merge from origin/emacs-28
f23d456039 * lisp/term.el: Doc fix; don't mention rlogin. f522d2d90b ; * admin/make-tarball.txt: Minor tweaks.
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el
index a28d8c5d761..11c2d2aaa16 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.