From: Michael Albinus Date: Sat, 1 Feb 2025 17:52:13 +0000 (+0100) Subject: Minor Tramp changes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29043d3ef2e6cae231d526ab4e77489b81cbc863;p=emacs.git Minor Tramp changes * doc/misc/tramp.texi (External methods): Precise remark on rsync speed. * lisp/net/tramp-cache.el (tramp-connection-properties): Add link to the Tramp manual in the docstring. (cherry picked from commit c5731a74c73678de34ccbacf6977a0e55a239bc8) --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 3108e398b0f..941029a8ffc 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -1144,7 +1144,8 @@ command to transfer is similar to the @option{scp} method. @command{rsync} performs much better than @command{scp} when transferring files that exist on both hosts. However, this advantage -is lost if the file exists only on one side of the connection. +is lost if the file exists only on one side of the connection, during +the first file transfer. This method supports the @samp{-p} argument. diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index caa5d3c2d01..5794d1c2915 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -98,8 +98,11 @@ Every entry has the form (REGEXP PROPERTY VALUE). The regexp matches remote file names. It can be nil. PROPERTY is a string, and VALUE the corresponding value. They are used, if there is no -matching entry for PROPERTY in `tramp-cache-data'. For more -details see the info pages." +matching entry for PROPERTY in `tramp-cache-data'. + +PROPERTY can also be a string representing a parameter in +`tramp-methods'. For more details see the Info node `(tramp) Predefined +connection information'." :group 'tramp :version "24.4" :type '(repeat (list (choice :tag "File Name regexp" regexp (const nil))