[svn:parrot] r40597 - trunk/docs

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Sun Aug 16 17:54:44 UTC 2009


Author: dukeleto
Date: Sun Aug 16 17:54:43 2009
New Revision: 40597
URL: https://trac.parrot.org/parrot/changeset/40597

Log:
[docs] Remove docs for Parrot_find_global_k which was removed in r40187

Modified:
   trunk/docs/embed.pod

Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod	Sun Aug 16 17:34:39 2009	(r40596)
+++ trunk/docs/embed.pod	Sun Aug 16 17:54:43 2009	(r40597)
@@ -344,11 +344,6 @@
 Sets the value of a global called C<name> in the namespace C<namespace>.  Does
 nothing if the global is not found.
 
-=item C<Parrot_PMC Parrot_find_global_k(PARROT_INTERP, Parrot_PMC namespace_key, Parrot_String name)>
-
-Find and return a global called C<name> in the keyed namespace C<namespace>.
-Returns C<PMCNULL> if not found.
-
 =back
 
 =head3 Lexicals


More information about the parrot-commits mailing list