From d422bfff8d45c31ab532f3b21a42ea6d8028f957 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 4 Jul 2013 08:51:19 -0600 Subject: [PATCH] fix documentation of :noweb strip-export header arg Thanks to Christophe Pouzat for catching and reporting this. * doc/org.texi (noweb): Removed erroneous negative. --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 7fad260c2..6ace041a5 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -14848,7 +14848,7 @@ references will not be expanded when the code block is exported. @item @code{strip-export} ``Noweb'' syntax references in the body of the code block will be expanded before the block is evaluated or tangled. However, ``noweb'' syntax -references will not be removed when the code block is exported. +references will be removed when the code block is exported. @item @code{eval} ``Noweb'' syntax references in the body of the code block will only be expanded before the block is evaluated.