aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/org.texi
diff options
context:
space:
mode:
authorMichael Albinus2017-03-16 16:23:07 +0100
committerMichael Albinus2017-03-16 16:23:07 +0100
commit265a5d9791bf42da0bab7bdbef4352e8d734ef31 (patch)
treec8dd8b3676280710dacf0c0c6a84432fd9031eb6 /doc/misc/org.texi
parentf6b995ef4ec50455f8dbf174b91de6b5887d014e (diff)
downloademacs-265a5d9791bf42da0bab7bdbef4352e8d734ef31.tar.gz
emacs-265a5d9791bf42da0bab7bdbef4352e8d734ef31.zip
Document remote file name syntax change
* doc/emacs/files.texi (Remote Files, Quoted File Names): * doc/misc/org.texi (dir): Change examples to use a method. * doc/misc/tramp.texi (Top) [trampf]: Remove macro. Add `Testing' menu entry. (History): Fix typos. Mention syntax change. (Configuration, Default Host, File name Syntax) (File name completion, Frequently Asked Questions): Change examples to use a method. (External methods, Default Host, Multi-hops, Remote processes): Fix typos. (Default Method): Mention pseudo method "-". (External packages): Rewrite intention of `non-essential'. * etc/NEWS: Mark recent Tramp entries as documented.
Diffstat (limited to 'doc/misc/org.texi')
-rw-r--r--doc/misc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 596300e5ed8..21c8758b802 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -15090,7 +15090,7 @@ A directory on a remote machine can be specified using tramp file syntax, in
15090which case the code will be evaluated on the remote machine. An example is 15090which case the code will be evaluated on the remote machine. An example is
15091 15091
15092@example 15092@example
15093#+BEGIN_SRC R :file plot.png :dir /dand@@yakuba.princeton.edu: 15093#+BEGIN_SRC R :file plot.png :dir /scp:dand@@yakuba.princeton.edu:
15094plot(1:10, main=system("hostname", intern=TRUE)) 15094plot(1:10, main=system("hostname", intern=TRUE))
15095#+END_SRC 15095#+END_SRC
15096@end example 15096@end example