Adapt commentary in Tramp persistency file
* lisp/net/tramp-cache.el (tramp-dump-connection-properties): Adapt commentary in `tramp-persistency-file-name'.
This commit is contained in:
parent
2d82f5a44e
commit
d3884f50e0
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ used to cache connection properties of the local machine."
|
||||||
tramp-persistency-file-name))
|
tramp-persistency-file-name))
|
||||||
(error "\n"))
|
(error "\n"))
|
||||||
";; Tramp connection history. Don't change this file.\n"
|
";; Tramp connection history. Don't change this file.\n"
|
||||||
";; You can delete it, forcing Tramp to reapply the checks.\n\n"
|
";; Run `M-x tramp-cleanup-all-connections' instead.\n\n"
|
||||||
(with-output-to-string
|
(with-output-to-string
|
||||||
(pp (read (format "(%s)" (tramp-cache-print cache)))))))))))
|
(pp (read (format "(%s)" (tramp-cache-print cache)))))))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue