guile-cvs
[Top][All Lists]
Advanced

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

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


From: Thien-Thi Nguyen
Subject: guile/guile-core/ice-9 session.scm
Date: Fri, 18 May 2001 10:10:47 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/05/18 10:10:43

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

Log message:
        (help-usage): Mention support for "(help 'NAME)".

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/session.scm.diff?cvsroot=OldCVS&tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/session.scm
diff -u guile/guile-core/ice-9/session.scm:1.27 
guile/guile-core/ice-9/session.scm:1.28
--- guile/guile-core/ice-9/session.scm:1.27     Fri May 18 10:05:06 2001
+++ guile/guile-core/ice-9/session.scm  Fri May 18 10:10:42 2001
@@ -191,6 +191,7 @@
 (define (help-usage)
   (display "Usage: (help NAME) gives documentation about objects named NAME (a 
symbol)
        (help REGEXP) ditto for objects with names matching REGEXP (a string)
+       (help 'NAME) gives documentation for NAME, even if it is not an object
        (help ,EXPR) gives documentation for object returned by EXPR
        (help (my module)) gives module commentary for `(my module)'
        (help) gives this text



reply via email to

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