* lisp/net/tramp.el (tramp-methods): Fix quoting in docstring.

This commit is contained in:
Michael Albinus 2022-06-16 10:45:15 +02:00
parent b0c5accb99
commit 5ddd0f1a35

View file

@ -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 unchanged after expansion (i.e. no host, no user or no port
were specified), that sublist is not used. For e.g. 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 that means that (\"-l\" \"%u\") is used only if the user was
specified, and it is thus effectively optional. specified, and it is thus effectively optional.