mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 08:10:31 +02:00
* options.c: Documentation fixes.
This commit is contained in:
parent
65fddfc000
commit
a0fcb30863
1 changed files with 2 additions and 3 deletions
|
@ -100,10 +100,9 @@
|
||||||
*
|
*
|
||||||
* For boolean options, the presence of the symbol of that option in
|
* For boolean options, the presence of the symbol of that option in
|
||||||
* the option setting indicates a true value. If the symbol isn't a
|
* the option setting indicates a true value. If the symbol isn't a
|
||||||
* member of the option setting list, this represents a false value.
|
* member of the option setting this represents a false value.
|
||||||
*
|
*
|
||||||
* Other options are represented by a symbol followed by that options
|
* Other options are represented by a symbol followed by the value.
|
||||||
* value.
|
|
||||||
*
|
*
|
||||||
* If scm_options is called without arguments, the current option
|
* If scm_options is called without arguments, the current option
|
||||||
* setting is returned. If the argument is an option setting, options
|
* setting is returned. If the argument is an option setting, options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue