[armedbear-cvs] r13685 - trunk/abcl/doc/manual
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Nov 1 20:57:16 UTC 2011
Author: mevenson
Date: Tue Nov 1 13:57:15 2011
New Revision: 13685
Log:
Manual: Use \code for symbols, not \textsc.
Modified:
trunk/abcl/doc/manual/abcl.tex
Modified: trunk/abcl/doc/manual/abcl.tex
==============================================================================
--- trunk/abcl/doc/manual/abcl.tex Tue Nov 1 12:17:28 2011 (r13684)
+++ trunk/abcl/doc/manual/abcl.tex Tue Nov 1 13:57:15 2011 (r13685)
@@ -858,8 +858,8 @@
\subsubsection{Implementation}
-\textsc{DEVICE} either a string denoting a drive letter under DOS or a cons
-specifying a \textsc{URL-PATHNAME}.
+\code{DEVICE} either a string denoting a drive letter under DOS or a cons
+specifying a \code{URL-PATHNAME}.
\section{Extensible Sequences}
@@ -1012,15 +1012,15 @@
We define an API for \textsc{ABCL-ASDF} as consisting of the following
ASDF classes:
-\textsc{JAR-DIRECTORY}, \textsc{JAR-FILE}, and
-\textsc{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
+\code{JAR-DIRECTORY}, \code{JAR-FILE}, and
+\code{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently
valid pathname representation.
Both the MVN and IRI classes descend from ASDF-COMPONENT, but do not
directly have a filesystem location.
For use outside of ASDF system definitions, we currently define one
-method, \textsc{ABCL-ASDF:RESOLVE-DEPENDENCIES} which locates,
+method, \code{ABCL-ASDF:RESOLVE-DEPENDENCIES} which locates,
downloads, caches, and then loads into the currently executing JVM
process all recursive dependencies annotated in the Maven pom.xml
graph.
More information about the armedbear-cvs
mailing list