]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-methods): Fix quoting in docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 16 Jun 2022 08:45:15 +0000 (10:45 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 16 Jun 2022 08:45:15 +0000 (10:45 +0200)
lisp/net/tramp.el

index 3ee116913959bc216a887132a90a5dc7f4f71b61..88715e3230bae5dd8b4c329cefd40086f65e233b 100644 (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
     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.