From d3884f50e0d5e6235d41ff31914a851ebb0fafbd Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 3 Jan 2020 13:19:24 +0100 Subject: [PATCH] Adapt commentary in Tramp persistency file * lisp/net/tramp-cache.el (tramp-dump-connection-properties): Adapt commentary in `tramp-persistency-file-name'. --- lisp/net/tramp-cache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." tramp-persistency-file-name)) (error "\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 (pp (read (format "(%s)" (tramp-cache-print cache))))))))))) -- 2.39.2