From cb59da7a6fb6f362d8104c6381b9980e417c8962 Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Wed, 9 Jan 2008 07:36:00 +1000 Subject: [PATCH] Fix typo in docs on exporting rules. This issue was pointed out by Isaac Dupree. darcs-hash:20080108213600-75c98-b68f1bc3846ca7050955ee0f133acd20282cb908.gz --- doc_src/index.hdr.in | 2 +- doc_src/set.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 32cb4610b..3ffa5daac 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -854,7 +854,7 @@ identical 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 not exported and has never before been defined, the variable will not be exported. \subsection variables-arrays Arrays diff --git a/doc_src/set.txt b/doc_src/set.txt index 6d5b0fe86..7a2faf08b 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.