summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-28 23:03:53 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-28 23:03:53 +0100
commit7eb84295087a0d531e8694abf0ecc65c86ec5c34 (patch)
tree614690332a95deece6ef5aac7dbeced5f8475b08 /scheme
parent034b3070c61888a0e88edd33506c58fdae9b2115 (diff)
downloadgeiser-chez-7eb84295087a0d531e8694abf0ecc65c86ec5c34.tar.gz
geiser-chez-7eb84295087a0d531e8694abf0ecc65c86ec5c34.tar.bz2
Display (quote foo) as 'foo in autodoc strings.
Diffstat (limited to 'scheme')
-rw-r--r--scheme/guile/geiser/introspection.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/scheme/guile/geiser/introspection.scm b/scheme/guile/geiser/introspection.scm
index fd6784d..c7b6de2 100644
--- a/scheme/guile/geiser/introspection.scm
+++ b/scheme/guile/geiser/introspection.scm
@@ -118,11 +118,6 @@
(iota (max count 1))))
(define (arguments proc)
- "Return an alist describing the arguments that `proc' accepts, or `#f'
-if the information cannot be obtained.
-
-The alist keys that are currently defined are `required', `optional',
-`keyword', and `rest'."
(cond
((procedure-property proc 'arglist)
=> (lambda (arglist)