From 770274863b248fc67e715a1b4961e38d9157de93 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 9 Jul 2024 14:09:20 +0200 Subject: [PATCH] ; Change `imap-shell-host` docstring to mention SSH * lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of rlogin. (cherry picked from commit 8f96e0064fa701655413bdeb4612b5b2a63102c4) --- lisp/net/imap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/imap.el b/lisp/net/imap.el index a06740528e9..614fc56b513 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el @@ -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) -- 2.39.2