mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
Mention `read-scheme-source'.
Mention support for "(help 'NAME)".
This commit is contained in:
parent
3125fbe050
commit
58e5b91086
1 changed files with 3 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -91,6 +91,7 @@ also be executable as scripts. At this time, these scripts are available:
|
||||||
doc-snarf
|
doc-snarf
|
||||||
generate-autoload
|
generate-autoload
|
||||||
punify
|
punify
|
||||||
|
read-scheme-source
|
||||||
use2dot
|
use2dot
|
||||||
|
|
||||||
See README there for more info.
|
See README there for more info.
|
||||||
|
@ -309,7 +310,7 @@ Example:
|
||||||
$ guile --use-srfi=8,13
|
$ guile --use-srfi=8,13
|
||||||
guile> (receive (x z) (values 1 2) (+ 1 2))
|
guile> (receive (x z) (values 1 2) (+ 1 2))
|
||||||
3
|
3
|
||||||
guile> (string-pad "bla" 20)
|
guile> (string-pad "bla" 20)
|
||||||
" bla"
|
" bla"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1057,6 +1058,7 @@ This is useful when debugging your .guile init file or scripts.
|
||||||
|
|
||||||
Usage: (help NAME) gives documentation about objects named NAME (a symbol)
|
Usage: (help NAME) gives documentation about objects named NAME (a symbol)
|
||||||
(help REGEXP) ditto for objects with names matching REGEXP (a string)
|
(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 ,EXPR) gives documentation for object returned by EXPR
|
||||||
(help (my module)) gives module commentary for `(my module)'
|
(help (my module)) gives module commentary for `(my module)'
|
||||||
(help) gives this text
|
(help) gives this text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue