/[guile]/guile/guile-core/ice-9/documentation.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/documentation.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mvo, Sun Jun 3 23:29:45 2001 UTC revision 1.7 by mdj, Wed Dec 4 22:06:15 2002 UTC
# Line 1  Line 1 
1  ;;;;    Copyright (C) 2000,2001 Free Software Foundation, Inc.  ;;;;    Copyright (C) 2000,2001, 2002 Free Software Foundation, Inc.
2  ;;;;  ;;;;
3  ;;;; This program is free software; you can redistribute it and/or modify  ;;;; This program is free software; you can redistribute it and/or modify
4  ;;;; it under the terms of the GNU General Public License as published by  ;;;; it under the terms of the GNU General Public License as published by
# Line 210  OBJECT can be a procedure, macro or any Line 210  OBJECT can be a procedure, macro or any
210  `documentation' property set."  `documentation' property set."
211    (or (and (procedure? object)    (or (and (procedure? object)
212             (proc-doc object))             (proc-doc object))
213          (and (defmacro? object)
214               (proc-doc (defmacro-transformer object)))
215        (and (macro? object)        (and (macro? object)
216             (let ((transformer (macro-transformer object)))             (let ((transformer (macro-transformer object)))
217               (and transformer               (and transformer

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26