Improve the usage of variable names in Scheme docstrings.
authorBake Timmons <b3timmons@speedymail.org>
Thu, 12 Jan 2012 04:55:18 +0000 (23:55 -0500)
committerAndy Wingo <wingo@pobox.com>
Thu, 2 Feb 2012 11:24:40 +0000 (12:24 +0100)
commit91a214ebd989fab6596ff24b7cad945f0dfc60a9
tree9c597cb1f581bb52d17dd49b8b60c02f8cc493f5
parentb7e64f8b266651e5b3fae6f664a45468f0c4907f
Improve the usage of variable names in Scheme docstrings.

* module/ice-9/boot-9.scm:
* module/ice-9/popen.scm:
* module/ice-9/pretty-print.scm:
* module/ice-9/r4rs.scm:
* module/rnrs/io/ports.scm:
* module/texinfo/string-utils.scm:
* module/web/http.scm:
* module/web/request.scm:
* module/web/response.scm:
* test-suite/vm/run-vm-tests.scm: Make the variable names in Scheme docstrings more
  consistent.  Replace a few instances of @var with @code when appropriate.
module/ice-9/boot-9.scm
module/ice-9/popen.scm
module/ice-9/pretty-print.scm
module/ice-9/r4rs.scm
module/rnrs/io/ports.scm
module/texinfo/string-utils.scm
module/web/http.scm
module/web/request.scm
module/web/response.scm
test-suite/vm/run-vm-tests.scm