Adjusted documentation for exec-path-list.

This commit is contained in:
mainzelm 2002-05-07 09:47:38 +00:00
parent 026c29842f
commit 82928fa4d2
1 changed files with 4 additions and 4 deletions

View File

@ -3168,18 +3168,18 @@ Scsh never uses \cd{$USER} at all.
It computes \ex{(user-login-name)} from the system call \ex{(user-uid)}.
\defvar {home-directory} \str
\defvarx {exec-path-list} {{\str} list fluid}
\defvarx {exec-path-list} {{\str} list thread-fluid}
\begin{desc}
Scsh accesses \cd{$HOME} at start-up time, and stores the value in the
global variable \ex{home-directory}. It uses this value for \ex{\~}
lookups and for returning to home on \ex{(chdir)}.
Scsh accesses \cd{$PATH} at start-up time, colon-splits the path list, and
stores the value in the fluid \ex{exec-path-list}. This list is
stores the value in the thread fluid \ex{exec-path-list}. This list is
used for \ex{exec-path} and \ex{exec-path/env} searches.
To access, rebind or side-effect fluid cells, you must open
the \ex{fluids} package.
To access, rebind or side-effect thread-fluid cells, you must open
the \ex{thread-fluids} package.
\end{desc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%