From: Michael Albinus Date: Thu, 16 Jun 2022 08:45:15 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-methods): Fix quoting in docstring. X-Git-Tag: emacs-28.1.90~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ddd0f1a3573ce3155b06850398dbc656539c669;p=emacs.git * lisp/net/tramp.el (tramp-methods): Fix quoting in docstring. --- 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.