summaryrefslogtreecommitdiff
path: root/libguile/options.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-18 19:34:14 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-18 19:34:14 +0000
commita0fcb308634010a848ead49fa54f67bf03cbc0c4 (patch)
treef8f15e8e0e58bef69625961f5e80209858f5b399 /libguile/options.c
parent65fddfc00081fdc3a63573f635a0e64d198ce4b3 (diff)
downloadguile-a0fcb308634010a848ead49fa54f67bf03cbc0c4.tar.gz
* options.c: Documentation fixes.
Diffstat (limited to 'libguile/options.c')
-rw-r--r--libguile/options.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libguile/options.c b/libguile/options.c
index 8b3784d95..0960539ba 100644
--- a/libguile/options.c
+++ b/libguile/options.c
@@ -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