summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-06-16 10:45:15 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-06-16 10:45:15 +0200
commit5ddd0f1a3573ce3155b06850398dbc656539c669 (patch)
treeea5dccaf7cde8de0e697cb5eb22fb0757306198b
parentb0c5accb996ce8ed4c3a6ca8a7acc555a7397f76 (diff)
downloademacs-5ddd0f1a3573ce3155b06850398dbc656539c669.tar.gz
* lisp/net/tramp.el (tramp-methods): Fix quoting in docstring.
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
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.