Use \ex instead of \var
This commit is contained in:
parent
780da3558f
commit
3ff781f491
|
@ -533,7 +533,7 @@ The following switches and end options are defined:
|
|||
|
||||
\var{lib-dir} is a single directory. It is not split at colons or
|
||||
otherwise processed. These switches correspond to the procedures
|
||||
\var{lib-dirs-prepend!} and \var{lib-dirs-append!} from Section
|
||||
\ex{lib-dirs-prepend!} and \ex{lib-dirs-append!} from Section
|
||||
\ref{sec:lib-dirs}.
|
||||
|
||||
\Item{+lpe, lpe+}
|
||||
|
@ -544,13 +544,13 @@ The following switches and end options are defined:
|
|||
Add script-file's directory to the beginning or end of the
|
||||
\textit{library-directories} path list, respectively. These switches
|
||||
correspond to the procedures
|
||||
\var{lib-dirs-prepend-script-dir!} and \var{lib-dirs-append-script-dir!} from Section
|
||||
\ex{lib-dirs-prepend-script-dir!} and \ex{lib-dirs-append-script-dir!} from Section
|
||||
\ref{sec:lib-dirs}.
|
||||
|
||||
\Item{-lp-clear, -lp-default}
|
||||
Set the \textit{library-directories} path list to the empty list and
|
||||
the system default, respectively. These switches correspond to
|
||||
the procedures \var{clear-lib-dirs!} and \var{reset-lib-dirs!} from Section
|
||||
the procedures \ex{clear-lib-dirs!} and \ex{reset-lib-dirs!} from Section
|
||||
\ref{sec:lib-dirs}.
|
||||
|
||||
The two switches are useful if you would like to protect your
|
||||
|
|
Loading…
Reference in New Issue