1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

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