summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-12 21:24:45 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-12 21:24:45 +0100
commitb09d161873fccc2b79e2f309319accf6a668800e (patch)
tree40898e4f0b70271a89d5f2fb4d46444890145404
parent5c28ea6aad2245944bb4f626fe7b039bfbb2b91b (diff)
downloadorg-mode-b09d161873fccc2b79e2f309319accf6a668800e.tar.gz
org.texi: Fix some @xref usage
* doc/org.texi (Literal examples): @xref is expected to be followed by punctuation.
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e4baa40..40a6c09 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>