From 913fdd4527cfa144e45814601e2fb7f22f0ce2a0 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 3 Nov 2010 09:33:22 -0600 Subject: [PATCH] fixed typo in the manual -- Thanks to Eric S Fraga for pointing this out * doc/org.texi (noweb): typo --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index ce17cce8d..fc6c28a66 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12131,7 +12131,7 @@ expanded before the block is evaluated, tangled or exported. The default. No ``noweb'' syntax specific action is taken on evaluating code blocks, However, noweb references will still be expanded during tangling. -@item @code{yes} +@item @code{tangle} All ``noweb'' syntax references in the body of the code block will be expanded before the block is tangled, however ``noweb'' references will not be expanded when the block is evaluated or exported.