[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/doc scheme-data.texi
From: |
Thien-Thi Nguyen |
Subject: |
guile/guile-core/doc scheme-data.texi |
Date: |
Wed, 18 Jul 2001 19:40:00 -0700 |
CVSROOT: /cvs
Module name: guile
Branch: branch_release-1-6
Changes by: Thien-Thi Nguyen <address@hidden> 01/07/18 19:40:00
Modified files:
guile-core/doc : scheme-data.texi
Log message:
Fix spelling error.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/scheme-data.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.26.2.4&tr2=1.26.2.5&r1=text&r2=text
Patches:
Index: guile/guile-core/doc/scheme-data.texi
diff -u guile/guile-core/doc/scheme-data.texi:1.25
guile/guile-core/doc/scheme-data.texi:1.26
--- guile/guile-core/doc/scheme-data.texi:1.25 Sat Jun 30 06:45:22 2001
+++ guile/guile-core/doc/scheme-data.texi Tue Jul 3 23:11:19 2001
@@ -5179,15 +5179,10 @@
When calling @code{hook->list}, the procedures in the resulting list are
in the same order as they would have been called by @code{run-hook}.
address@hidden primitive make-hook-with-name name [n_args]
-Create a named hook with the name @var{name} for storing
-procedures of arity @var{n_args}. @var{n_args} defaults to
-zero.
address@hidden deffn
-
@deffn primitive make-hook [n_args]
-Create a hook for storing procedure of arity
address@hidden @var{n_args} defaults to zero.
+Create a hook for storing procedure of arity @var{n_args}.
address@hidden defaults to zero. The returned value is a hook
+object to be used with the other hook procedures.
@end deffn
@deffn primitive hook? x
@@ -5202,21 +5197,24 @@
@deffn primitive add-hook! hook proc [append_p]
Add the procedure @var{proc} to the hook @var{hook}. The
procedure is added to the end if @var{append_p} is true,
-otherwise it is added to the front.
+otherwise it is added to the front. The return value of this
+procedure is not specified.
@end deffn
@deffn primitive remove-hook! hook proc
-Remove the procedure @var{proc} from the hook @var{hook}.
+Remove the procedure @var{proc} from the hook @var{hook}. The
+return value of this procedure is not specified.
@end deffn
@deffn primitive reset-hook! hook
-Remove all procedures from the hook @var{hook}.
+Remove all procedures from the hook @var{hook}. The return
+value of this procedure is not specified.
@end deffn
@deffn primitive run-hook hook . args
Apply all procedures from the hook @var{hook} to the arguments
@var{args}. The order of the procedure application is first to
-last.
+last. The return value of this procedure is not specified.
@end deffn
@deffn primitive hook->list hook
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi,
Thien-Thi Nguyen <=
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/18
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/19
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/19
- guile/guile-core/doc scheme-data.texi, Thien-Thi Nguyen, 2001/07/19