summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dye <dk@poto.local>2012-01-10 06:06:49 -1000
committerEric Schulte <eric.schulte@gmx.com>2012-01-10 09:45:56 -0700
commitbebf66c652d561868c0d59b6dd36757bf12060ec (patch)
treed43d95a779c7d4200658e6e8a73868a0a6f79300
parenta57f228a1c82b12fae2c266b7c0678a486034278 (diff)
downloadorg-mode-bebf66c652d561868c0d59b6dd36757bf12060ec.tar.gz
* doc/org.texi: Edit :noweb no header argument for correctness
-rw-r--r--doc/org.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/org.texi b/doc/org.texi
index a5df38c..e29aab7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -13583,9 +13583,8 @@ argument can have one of three values: @code{yes}, @code{no}, or @code{tangle}.
All ``noweb'' syntax references in the body of the code block will be
expanded before the block is evaluated, tangled or exported.
@item @code{no}
-The default. No ``noweb'' syntax specific action is taken on evaluating
-code blocks, However, noweb references will still be expanded during
-tangling.
+The default. No ``noweb'' syntax specific action is taken when the code
+block is evaluated, tangled or exported.
@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