mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(SLIB): Index entry for replacement `system'.
And use findex for `require'.
This commit is contained in:
parent
cd21f5eb17
commit
8418f0c740
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ must be executed:
|
|||
(use-modules (ice-9 slib))
|
||||
@end smalllisp
|
||||
|
||||
@cindex @code{require}
|
||||
@findex require
|
||||
@code{require} can then be used in the usual way (@pxref{Requesting
|
||||
Features,,, slib, The SLIB Manual}). For example,
|
||||
|
||||
|
@ -27,6 +27,7 @@ Features,,, slib, The SLIB Manual}). For example,
|
|||
@result{} #t
|
||||
@end example
|
||||
|
||||
@findex system
|
||||
Note that @code{(ice-9 slib)} provides a new definition of
|
||||
@code{system}, one giving a plain exit code return value, as per the
|
||||
SLIB specification (@pxref{System Interface,,, slib, The SLIB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue