projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c5acc
)
* lisp/net/tramp.el (tramp-methods): Fix quoting in docstring.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 16 Jun 2022 08:45:15 +0000
(10:45 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 16 Jun 2022 08:45:15 +0000
(10:45 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 3ee116913959bc216a887132a90a5dc7f4f71b61..88715e3230bae5dd8b4c329cefd40086f65e233b 100644
(file)
--- 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.