From: Michael Albinus Date: Fri, 3 Jan 2020 12:19:24 +0000 (+0100) Subject: Adapt commentary in Tramp persistency file X-Git-Tag: emacs-27.0.90~218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3884f50e0d5e6235d41ff31914a851ebb0fafbd;p=emacs.git Adapt commentary in Tramp persistency file * lisp/net/tramp-cache.el (tramp-dump-connection-properties): Adapt commentary in `tramp-persistency-file-name'. --- 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)))))))))))