emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 5ddd0f1a35: * lisp/net/tramp.el (tramp-methods): Fix quoting in


From: Michael Albinus
Subject: emacs-28 5ddd0f1a35: * lisp/net/tramp.el (tramp-methods): Fix quoting in docstring.
Date: Thu, 16 Jun 2022 04:45:26 -0400 (EDT)

branch: emacs-28
commit 5ddd0f1a3573ce3155b06850398dbc656539c669
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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 3ee1169139..88715e3230 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]