guile/guile-core/ice-9 doc.scm session.scm

gjb@sourceware.cygnus.com gjb@sourceware.cygnus.com
Tue Jun 6 09:21:00 GMT 2000


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/06/06 09:21:46

Modified files:
	guile-core/ice-9: doc.scm session.scm 

Log message:
	* session.scm: Update references to `proc-doc' to be
	`proc-documentation'
	
	* doc.scm: Cleaned up a great deal.  Put variables at the top of
	the file, eliminated `object-documentation' that was broken
	(referencing Scwm), drop `help' as session.scm has a better
	supported version of that procedure. Rename `proc-doc' to
	`proc-documentation' -- `procedure-documentation' is a primitive
	getter function, so I use the shorter name for this more useful
	function.  (Alternatively, we could rename the primitive
	getter...)



More information about the Guile-cvs mailing list