Changeset 13933


Ignore:
Timestamp:
05/14/12 08:15:49 (12 years ago)
Author:
Mark Evenson
Message:

doc: include the package qualification of referenced symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/manual/abcl.tex

    r13905 r13933  
    1111\date{Version 1.1.0-dev\\
    1212\smallskip
    13 March 3, 2012}
     13May 14, 2012}
    1414\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1515  Alessio Stalla \and Ville Voutilainen}
     
    821821\index{JAR-PATHNAME}
    822822
    823 Both \code{URL-PATHNAME} and \code{JAR-PATHNAME} may be used anywhere
     823Both \code{EXT:URL-PATHNAME} and \code{EXT:JAR-PATHNAME} may be used anywhere
    824824a \code{CL:PATHNAME} is accepted with the following caveats:
    825825
    826826\begin{itemize}
    827827
    828 \item A stream obtained via OPEN on a URL-PATHNAME cannot be the
    829   target of write operations.
     828\item A stream obtained via \code{CL:OPEN} on a \code{CL:URL-PATHNAME}
     829  cannot be the target of write operations.
    830830
    831831\index{URI}
     
    847847\end{itemize}
    848848
    849 The implementation of \code{URL-PATHNAME} allows the \textsc{ABCL}
     849The implementation of \code{EXT:URL-PATHNAME} allows the \textsc{ABCL}
    850850user to dynamically load code from the network.  For example,
    851851Quicklisp (\cite{quicklisp}) may be completely installed from the REPL
Note: See TracChangeset for help on using the changeset viewer.