aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-01-03 13:19:24 +0100
committerMichael Albinus2020-01-03 13:19:24 +0100
commitd3884f50e0d5e6235d41ff31914a851ebb0fafbd (patch)
tree20a3683966933b6168bdf12a592908e3ed14eb9b
parent2d82f5a44e5c7a34035eae10d30e398aed914bbf (diff)
downloademacs-d3884f50e0d5e6235d41ff31914a851ebb0fafbd.tar.gz
emacs-d3884f50e0d5e6235d41ff31914a851ebb0fafbd.zip
Adapt commentary in Tramp persistency file
* lisp/net/tramp-cache.el (tramp-dump-connection-properties): Adapt commentary in `tramp-persistency-file-name'.
-rw-r--r--lisp/net/tramp-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index d4f6aa00263..b81a1a23d5f 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -474,7 +474,7 @@ used to cache connection properties of the local machine."
474 tramp-persistency-file-name)) 474 tramp-persistency-file-name))
475 (error "\n")) 475 (error "\n"))
476 ";; Tramp connection history. Don't change this file.\n" 476 ";; Tramp connection history. Don't change this file.\n"
477 ";; You can delete it, forcing Tramp to reapply the checks.\n\n" 477 ";; Run `M-x tramp-cleanup-all-connections' instead.\n\n"
478 (with-output-to-string 478 (with-output-to-string
479 (pp (read (format "(%s)" (tramp-cache-print cache))))))))))) 479 (pp (read (format "(%s)" (tramp-cache-print cache)))))))))))
480 480