From 7b2813e21c06c0c6bbfddad40f1725b6be895a10 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Tue, 26 Oct 2010 14:23:19 -0600 Subject: [PATCH] Update docstring for ly:gulp-file --- lily/general-scheme.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index 8359e8fc5b..eb1947509d 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -79,7 +79,9 @@ LY_DEFINE (ly_find_file, "ly:find-file", */ LY_DEFINE (ly_gulp_file, "ly:gulp-file", 1, 1, 0, (SCM name, SCM size), - "Read the file @var{name}, and return its contents in a string." + "Read @var{size} characters from the file @var{name}," + " and return its contents in a string." + " If @var{size} is undefined, the entire file is read." " The file is looked up using the search path.") { LY_ASSERT_TYPE (scm_is_string, name, 1); -- 2.39.5