emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-guile ceca3e5 038/284: Display (quote foo) as 'foo


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile ceca3e5 038/284: Display (quote foo) as 'foo in autodoc strings.
Date: Sun, 1 Aug 2021 18:29:12 -0400 (EDT)

branch: elpa/geiser-guile
commit ceca3e57da983def1e9780d83dab602532d0d328
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Display (quote foo) as 'foo in autodoc strings.
---
 geiser/introspection.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/geiser/introspection.scm b/geiser/introspection.scm
index fd6784d..c7b6de2 100644
--- a/geiser/introspection.scm
+++ b/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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]