From 1b238e52cda0a721f92c7effae586fef209e033c Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 20 Jul 2016 00:50:36 +0000 Subject: Bringing over fix [r11766] from 1.3 current to the porting branch. Doc fix: fixes STR#3312. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Text_Buffer.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index a204d02db..4c6cf31a6 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -328,7 +328,7 @@ public: int outputfile(const char *file, int start, int end, int buflen = 128*1024); /** - Saves a text file from the current buffer + Saves a text file from the current buffer. Returns - 0 on success - non-zero on error (strerror() contains reason) @@ -628,7 +628,7 @@ public: /** Search backwards in buffer for string \p searchString, starting with - the character \e before \p startPos, returning the result in \p foundPos. + the character \e at \p startPos, returning the result in \p foundPos. Returns 1 if found, 0 if not. \param startPos byte offset to start position -- cgit v1.2.3