From 7eb84295087a0d531e8694abf0ecc65c86ec5c34 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 28 Feb 2009 23:03:53 +0100 Subject: Display (quote foo) as 'foo in autodoc strings. --- scheme/guile/geiser/introspection.scm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scheme/guile/geiser') 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) -- cgit v1.2.3