; Change imap-shell-host docstring to mention SSH

* lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of
rlogin.
This commit is contained in:
Stefan Kangas 2024-07-09 14:09:20 +02:00
parent 671ad83026
commit 8f96e0064f

View 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)