diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eudc-vars.el | 2 | ||||
-rw-r--r-- | lisp/net/tramp.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 987b71f3613..74e3deddc06 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -165,7 +165,7 @@ must be set in a protocol/server-local fashion, see `eudc-server-set' and :group 'eudc) (defcustom eudc-expansion-overwrites-query t - "*If non nil, expanding a query overwrites the query string." + "*If non-nil, expanding a query overwrites the query string." :type 'boolean :group 'eudc) 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." (if (and (fboundp 'executable-find) (executable-find "plink")) "plink" - "ssh") + "scp") "*Default method to use for transferring files. See `tramp-methods' for possibilities. Also see `tramp-default-method-alist'." |