diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2004-03-28 13:57:19 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2004-03-28 13:57:19 +0000 |
commit | bfefbf18db155401136f12fc781235f7d8093383 (patch) | |
tree | 06a3b5984525b68afa94d152b643e143891de350 /libguile/list.c | |
parent | 702551e6cc41e90745ca5f8626956ecab46c41c9 (diff) | |
download | guile-bfefbf18db155401136f12fc781235f7d8093383.tar.gz |
* eval.c (s_scm_copy_tree): idem.
* list.c (s_scm_filter): remove "pointer" from doc string.
Diffstat (limited to 'libguile/list.c')
-rw-r--r-- | libguile/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/list.c b/libguile/list.c index 56b399f74..ac5449f80 100644 --- a/libguile/list.c +++ b/libguile/list.c @@ -614,7 +614,7 @@ SCM_DEFINE (scm_delq_x, "delq!", 2, 0, 0, "@deffnx {Scheme Procedure} delv! item lst\n" "@deffnx {Scheme Procedure} delete! item lst\n" "These procedures are destructive versions of @code{delq}, @code{delv}\n" - "and @code{delete}: they modify the pointers in the existing @var{lst}\n" + "and @code{delete}: they modify the existing @var{lst}\n" "rather than creating a new list. Caveat evaluator: Like other\n" "destructive list functions, these functions cannot modify the binding of\n" "@var{lst}, and so cannot be used to delete the first element of\n" |