From 3f531bf52bdee159d631b6d55b14856d2374eda7 Mon Sep 17 00:00:00 2001
From: "Stephen R. van den Berg" <srb@cuci.nl>
Date: Wed, 27 Aug 2014 16:35:21 +0200
Subject: [PATCH] Update doc.

---
 src/builtin.cmod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/builtin.cmod b/src/builtin.cmod
index 17133eb2e0..b4ab9873c8 100644
--- a/src/builtin.cmod
+++ b/src/builtin.cmod
@@ -3394,7 +3394,7 @@ PIKECLASS Buffer
     init_string_builder_alloc(&str->str, sizeof(struct svalue), 0);
   }
 
-  /*! @decl Buffer|void cut(int index, int|void end_or_none,void|int discard)
+  /*! @decl Buffer|void cut(int start, int|void end, void|int discard)
    *!
    *!   Cut and delete the range of data from the current buffer.
    *!   Returns a new buffer with the cut data, unless discard is true.
-- 
GitLab