From 5ddd0f1a3573ce3155b06850398dbc656539c669 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 16 Jun 2022 10:45:15 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-methods): Fix quoting in docstring. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 3ee11691395..88715e3230b 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -238,7 +238,7 @@ pair of the form (KEY VALUE). The following KEYs are defined: unchanged after expansion (i.e. no host, no user or no port were specified), that sublist is not used. For e.g. - '((\"-a\" \"-b\") (\"-l\" \"%u\")) + \\='((\"-a\" \"-b\") (\"-l\" \"%u\")) that means that (\"-l\" \"%u\") is used only if the user was specified, and it is thus effectively optional. -- 2.39.2