diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-08-12 18:31:05 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-08-12 18:31:05 -0700 |
| commit | 85d1d904ecc87519c0b49ae4a1def11fe7ed0c75 (patch) | |
| tree | 4ebb02ea59165d9f2acd7cd93c906f33fb06e169 /src | |
| parent | f825fca43c4c0024f8ca74dc4ed8f3f9f121ead1 (diff) | |
Small doc fixes (\See -> \see)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Terminal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Terminal.cxx b/src/Fl_Terminal.cxx index 7c94714e0..0bf566531 100644 --- a/src/Fl_Terminal.cxx +++ b/src/Fl_Terminal.cxx @@ -4047,7 +4047,7 @@ void Fl_Terminal::redraw_rate(float val) { /** Return the "show unknown" flag. - \See show_unknown(bool), error_char(const char*). + \see show_unknown(bool), error_char(const char*). */ bool Fl_Terminal::show_unknown(void) const { return show_unknown_; |
