summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 22:20:47 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:42 -0800
commitb19cb98db58c735b4237857f7f69fd857d61934a (patch)
tree30c55f5455f20854f18b4f84b859fb60f459aa50 /pad.h
parent863f2221fb3e688e30e71fb86c1599bdc55d4a3f (diff)
downloadperl-b19cb98db58c735b4237857f7f69fd857d61934a.tar.gz
pad.h: Mention ‘fake’ under PadnameOUTER
We refer to ‘fake’ entries in various places in the documentation, and we still have the word FAKE in PARENT_FAKELEX_FLAGS, so noting this should be helpful.
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pad.h b/pad.h
index 5be78c0764..135f1d2143 100644
--- a/pad.h
+++ b/pad.h
@@ -246,7 +246,8 @@ Whether this is an "our" variable.
The stash in which this "our" variable was declared.
=for apidoc m|bool|PadnameOUTER|PADNAME pn
-Whether this entry belongs to an outer pad.
+Whether this entry belongs to an outer pad. Entries for which this is true
+are often referred to as 'fake'.
=for apidoc m|bool|PadnameIsSTATE|PADNAME pn
Whether this is a "state" variable.