From b09d161873fccc2b79e2f309319accf6a668800e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 12 Dec 2016 21:24:45 +0100 Subject: [PATCH] org.texi: Fix some @xref usage * doc/org.texi (Literal examples): @xref is expected to be followed by punctuation. --- doc/org.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index e4baa4051..40a6c0972 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 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