fix documentation of :noweb strip-export header arg

Thanks to Christophe Pouzat for catching and reporting this.

* doc/org.texi (noweb): Removed erroneous negative.
This commit is contained in:
Eric Schulte 2013-07-04 08:51:19 -06:00
parent bec8839cd6
commit d422bfff8d
1 changed files with 1 additions and 1 deletions

View File

@ -14848,7 +14848,7 @@ references will not be expanded when the code block is exported.
@item @code{strip-export} @item @code{strip-export}
``Noweb'' syntax references in the body of the code block will be expanded ``Noweb'' syntax references in the body of the code block will be expanded
before the block is evaluated or tangled. However, ``noweb'' syntax 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} @item @code{eval}
``Noweb'' syntax references in the body of the code block will only be ``Noweb'' syntax references in the body of the code block will only be
expanded before the block is evaluated. expanded before the block is evaluated.