aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set.txt
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 07:36:00 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 07:36:00 +1000
commitcb59da7a6fb6f362d8104c6381b9980e417c8962 (patch)
treec510385a498215eb1bf820aacf6dcb4be199cf66 /doc_src/set.txt
parentbdec900aca29bf22a8643e933a1acc74c32e2580 (diff)
Fix typo in docs on exporting rules. This issue was pointed out by Isaac Dupree.
darcs-hash:20080108213600-75c98-b68f1bc3846ca7050955ee0f133acd20282cb908.gz
Diffstat (limited to 'doc_src/set.txt')
-rw-r--r--doc_src/set.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/set.txt b/doc_src/set.txt
index 6d5b0fe8..7a2faf08 100644
--- a/doc_src/set.txt
+++ b/doc_src/set.txt
@@ -51,7 +51,7 @@ to the scoping rules for variables:
-# If a variable is explicitly set to either be exported or not exported, that setting will be honored.
-# If a variable is not explicitly set to be exported or not exported, but has been previously defined, the previous exporting rule for the variable is kept.
--# If a variable is not explicitly set to be either global or local and has never before been defined, the variable will not be exported.
+-# If a variable is not explicitly set to be either exported or unexported and has never before been defined, the variable will not be exported.
In query mode, the scope to be examined can be specified.