summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-08 09:27:47 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-08 09:27:47 +0100
commit5ab6f6b77e1548b569439850fed6882da7fe400f (patch)
treeebbaaa146a1ee2f1c768fdc96ac9e35899e93b85
parent82f9bff40c624fbc1a212ccb0b94125502586798 (diff)
parent4f26e3120343dac7236df21fe8859fee5479eeab (diff)
downloadorg-mode-5ab6f6b77e1548b569439850fed6882da7fe400f.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org-manual.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 05a2180..ab43b3e 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -17426,13 +17426,13 @@ follows from the type specified above.
- =link=, =graphics= ::
- Result is a link to the file specified in =:file= header argument.
- However, unlike plain =:file=, nothing is written to the disk. The
- block is used for its side-effects only, as in the following
- example:
+ When used along with =file= type, the result is a link to the file
+ specified in =:file= header argument. However, unlike plain =file=
+ type, nothing is written to the disk. The block is used for its
+ side-effects only, as in the following example:
#+begin_example
- ,#+begin_src shell :results link :file "download.tar.gz"
+ ,#+begin_src shell :results file link :file "download.tar.gz"
wget -c "http://example.com/download.tar.gz"
,#+end_src
#+end_example