; Change `imap-shell-host` docstring to mention SSH
authorStefan Kangas <stefankangas@gmail.com>
Tue, 9 Jul 2024 12:09:20 +0000 (14:09 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 9 Jul 2024 12:09:45 +0000 (14:09 +0200)
* lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of
rlogin.

lisp/net/imap.el

index a06740528e984381513b548ac3f90b84a6c5dd00..614fc56b5133ff5bcbbd79fc7fbd94a71f035216 100644 (file)
@@ -228,7 +228,7 @@ See also `imap-log'."
   :type 'boolean)
 
 (defcustom imap-shell-host "gateway"
-  "Hostname of rlogin proxy."
+  "Hostname of SSH proxy."
   :type 'string)
 
 (defcustom imap-default-user (user-login-name)