1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 00:30:30 +02:00

* options.c: Documentation fixes.

This commit is contained in:
Mikael Djurfeldt 1996-09-18 19:34:14 +00:00
parent 65fddfc000
commit a0fcb30863

View file

@ -100,10 +100,9 @@
*
* 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
* 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
* value.
* Other options are represented by a symbol followed by the value.
*
* If scm_options is called without arguments, the current option
* setting is returned. If the argument is an option setting, options