Show
Ignore:
Timestamp:
12/21/07 07:51:35 (13 months ago)
Author:
pmoura
Message:

Renamed the predicate property "alias/1" to "alias_of/1" in order to disambiguate its meaning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/predicates.html

    r3839 r3977  
    610610    <li><code>defined_in(Entity)</code></li> 
    611611    <li><code>non_terminal(NonTerminal//Arity)</code></li> 
    612     <li><code>alias(Predicate)</code></li> 
     612    <li><code>alias_of(Predicate)</code></li> 
    613613    <li><code>synchronized</code></li> 
    614614</ul> 
     
    623623</p> 
    624624<p> 
    625 The property <code>alias/1</code> is returned for predicates that are an alias to other predicate (which is returned in the property argument). 
     625The property <code>alias_of/1</code> is returned for a predicate that is an alias of another predicate (which is returned in the property argument). 
    626626</p> 
    627627<p> 
     
    676676    <div class="copyright"> 
    677677        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    678         <span>Last updated on: September 15, 2007</span> 
     678        <span>Last updated on: December 9, 2007</span> 
    679679    </div> 
    680680    <div class="navbottom">