Compress::Zlib 1.35
[p5sagit/p5-mst-13.2.git] / hv.h
diff --git a/hv.h b/hv.h
index fc5bcde..956f949 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -156,7 +156,8 @@ Null HV pointer.
 =head1 Hash Manipulation Functions
 
 =for apidoc Am|char*|HvNAME|HV* stash
-Returns the package name of a stash.  See C<SvSTASH>, C<CvSTASH>.
+Returns the package name of a stash, or NULL if C<stash> isn't a stash.
+See C<SvSTASH>, C<CvSTASH>.
 
 =for apidoc Am|void*|HeKEY|HE* he
 Returns the actual pointer stored in the key slot of the hash entry. The