summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Multiline_Input.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H
index 69cbac3de..4ac3441e9 100644
--- a/FL/Fl_Multiline_Input.H
+++ b/FL/Fl_Multiline_Input.H
@@ -25,7 +25,7 @@
#include "Fl_Input.H"
/**
- This input field displays '\n' characters as new lines rather than ^J,
+ This input field displays '\\n' characters as new lines rather than ^J,
and accepts the Return, Tab, and up and down arrow keys. This is for
editing multiline text.