guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core NEWS


From: Thien-Thi Nguyen
Subject: guile/guile-core NEWS
Date: Fri, 18 May 2001 10:16:44 -0700

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

Modified files:
        guile-core     : NEWS 

Log message:
        Mention `read-scheme-source'.
        Mention support for "(help 'NAME)".

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&tr1=1.289&tr2=1.290&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.289 guile/guile-core/NEWS:1.290
--- guile/guile-core/NEWS:1.289 Wed May 16 21:53:32 2001
+++ guile/guile-core/NEWS       Fri May 18 10:16:40 2001
@@ -91,6 +91,7 @@
      doc-snarf
      generate-autoload
      punify
+     read-scheme-source
      use2dot
 
 See README there for more info.
@@ -309,7 +310,7 @@
 $ guile --use-srfi=8,13
 guile> (receive (x z) (values 1 2) (+ 1 2))
 3
-guile> (string-pad "bla" 20)       
+guile> (string-pad "bla" 20)
 "                 bla"
 
 
@@ -1057,6 +1058,7 @@
 
 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]