From: Carl Sorensen Date: Tue, 26 Oct 2010 20:23:19 +0000 (-0600) Subject: Update docstring for ly:gulp-file X-Git-Tag: release/2.13.38-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7b2813e21c06c0c6bbfddad40f1725b6be895a10;p=lilypond.git Update docstring for ly:gulp-file --- 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);