summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-12 21:25:28 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-12 21:25:28 +0100
commit05223fc6fa68d7677412d4b79ea6f59a113deaf1 (patch)
tree9709b638411d2bc24d8b22072fc9d92ce71ae387
parent091f10313a0c572236b7a7479e151e0ff2835d6c (diff)
parentb09d161873fccc2b79e2f309319accf6a668800e (diff)
downloadorg-mode-05223fc6fa68d7677412d4b79ea6f59a113deaf1.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 0de790e..6be76d8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9879,7 +9879,7 @@ example by adding the desired package to
for details.}. This is done with the @samp{src} block, where you also need
to specify the name of the major mode that should be used to fontify the
example@footnote{Code in @samp{src} blocks may also be evaluated either
-interactively or on export. See @pxref{Working with source code} for more
+interactively or on export. @xref{Working with source code}, for more
information on evaluating code blocks.}, see @ref{Easy templates} for
shortcuts to easily insert code blocks.
@cindex #+BEGIN_SRC
@@ -14883,7 +14883,7 @@ Mandatory. They mark the start and end of a block that Org requires. The
@cindex begin block, end block
@item <language>
Mandatory for live code blocks. It is the identifier of the source code
-language in the block. @xref{Languages} for identifiers of supported
+language in the block. @xref{Languages}, for identifiers of supported
languages.
@cindex source code, language
@item <switches>