diff options
| author | Michael Albinus | 2006-11-07 10:58:19 +0000 |
|---|---|---|
| committer | Michael Albinus | 2006-11-07 10:58:19 +0000 |
| commit | 1d1c19ca25ccb74128132bc30b3fe30b849a20d3 (patch) | |
| tree | b0cf98a1f430746580c91b2e042cdd65684e56b0 /lisp/net | |
| parent | 18b8c421dc9733b870e68d7dc996416451b9809a (diff) | |
| download | emacs-1d1c19ca25ccb74128132bc30b3fe30b849a20d3.tar.gz emacs-1d1c19ca25ccb74128132bc30b3fe30b849a20d3.zip | |
* lisp/net/tramp.el (tramp-default-method): scp is the default method.
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0b914a811d1..ae815b7d434 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -676,7 +676,7 @@ various functions for details." | |||
| 676 | (if (and (fboundp 'executable-find) | 676 | (if (and (fboundp 'executable-find) |
| 677 | (executable-find "plink")) | 677 | (executable-find "plink")) |
| 678 | "plink" | 678 | "plink" |
| 679 | "ssh") | 679 | "scp") |
| 680 | "*Default method to use for transferring files. | 680 | "*Default method to use for transferring files. |
| 681 | See `tramp-methods' for possibilities. | 681 | See `tramp-methods' for possibilities. |
| 682 | Also see `tramp-default-method-alist'." | 682 | Also see `tramp-default-method-alist'." |