Changeset 13685


Ignore:
Timestamp:
11/01/11 20:57:15 (12 years ago)
Author:
Mark Evenson
Message:

Manual: Use \code for symbols, not \textsc.

File:
1 edited

Legend:

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

    r13684 r13685  
    859859\subsubsection{Implementation}
    860860
    861 \textsc{DEVICE} either a string denoting a drive letter under DOS or a cons
    862 specifying a \textsc{URL-PATHNAME}.
     861\code{DEVICE} either a string denoting a drive letter under DOS or a cons
     862specifying a \code{URL-PATHNAME}.
    863863         
    864864\section{Extensible Sequences}
     
    10131013ASDF classes:
    10141014
    1015 \textsc{JAR-DIRECTORY}, \textsc{JAR-FILE}, and
    1016 \textsc{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
     1015\code{JAR-DIRECTORY}, \code{JAR-FILE}, and
     1016\code{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
    10171017valid pathname representation.
    10181018
     
    10211021
    10221022For use outside of ASDF system definitions, we currently define one
    1023 method, \textsc{ABCL-ASDF:RESOLVE-DEPENDENCIES} which locates,
     1023method, \code{ABCL-ASDF:RESOLVE-DEPENDENCIES} which locates,
    10241024downloads, caches, and then loads into the currently executing JVM
    10251025process all recursive dependencies annotated in the Maven pom.xml
Note: See TracChangeset for help on using the changeset viewer.