diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-03 09:50:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-03 09:50:35 +0200 |
commit | 6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778 (patch) | |
tree | eec524e2a557b2727e14a63f3828f5476a42d311 /lisp/term.el | |
parent | bb3e281236bd39c2fbd0702c4f3e07dfaec7afe2 (diff) | |
parent | f23d45603918721ec80bfcef883d22fab15cb9f1 (diff) | |
download | emacs-6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778.tar.gz emacs-6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778.tar.bz2 emacs-6edb499a5eb7c5f22ceb3b8ea0e878d749c2a778.zip |
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.el | 2 |
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. |