summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2017-04-03 14:04:06 +0200
committerMichael Albinus <michael.albinus@gmx.de>2017-04-03 14:04:06 +0200
commit49197e6e3d30a4da91d5f18041dd125ac327592a (patch)
tree7dfab19ecdd9d55ba1f268a9c7d6458d9a51aa6f /doc
parent44ee91d82ef7e6075f37f1516e1e1b2fc6968083 (diff)
downloademacs-49197e6e3d30a4da91d5f18041dd125ac327592a.tar.gz
Add Tramp test
* doc/misc/tramp.texi (Remote processes): Fix typo. * lisp/shell.el (shell): Fix typo. * lisp/net/tramp.el (tramp-set-connection-local-variables): Simplify. * test/lisp/net/tramp-tests.el (tramp-test30-explicit-shell-file-name): New test. (tramp--test-special-characters, tramp--test-utf8): Adapt docstring. (tramp-test31-vc-registered) (tramp-test32-make-auto-save-file-name) (tramp-test33-make-nearby-temp-file) (tramp-test34-special-characters) (tramp-test34-special-characters-with-stat) (tramp-test34-special-characters-with-perl) (tramp-test34-special-characters-with-ls, tramp-test35-utf8) (tramp-test35-utf8-with-stat, tramp-test35-utf8-with-perl) (tramp-test35-utf8-with-ls) (tramp-test36-asynchronous-requests) (tramp-test37-recursive-load, tramp-test38-unload): Rename.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 8e04d69c199..b19836d0b9a 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2523,13 +2523,13 @@ different remote hosts.
@group
(connection-local-set-profiles
- '(:application 'tramp :protocol "ssh" :machine "localhost")
+ '(:application tramp :protocol "ssh" :machine "localhost")
'remote-bash)
@end group
@group
(connection-local-set-profiles
- `(:application 'tramp :protocol "sudo"
+ `(:application tramp :protocol "sudo"
:user "root" :machine ,(system-name))
'remote-ksh)
@end group