]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor Tramp changes
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 1 Feb 2025 17:52:13 +0000 (18:52 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:14:17 +0000 (12:14 +0100)
* 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)

doc/misc/tramp.texi
lisp/net/tramp-cache.el

index 3108e398b0ffcc529a36930e9f4fe2ed6e6b6b33..941029a8ffc71ac65b9ab0e69940212c47e95325 100644 (file)
@@ -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.
 
index caa5d3c2d017709ebbe642e61afa93a6f373c64f..5794d1c291511538e9de0da53e4ba751f6f554d4 100644 (file)
 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))