From 8a4f6905a58176a88ef84ae472e50b0296f4ee8c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 24 May 2018 11:21:27 +0000 Subject: Slightly improve the doc of Fl::reset_marked_text(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12931 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 0ba7f17e1..317ce3807 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1950,12 +1950,11 @@ int Fl::dnd() /** * Resets marked text. * - * In many languages, typing a character involves multiple keystrokes. For - * example, the A-Umlaut can be composed of two dots (") on top of the + * In many languages, typing a character can involve multiple keystrokes. For + * example, the Ä can be composed of two dots (¨) on top of the * character, followed by the letter A (on a Mac with U.S. keyboard, you'd - * type Alt-U, Shift-A. To inform the user, that the dots may be followed by - * another character, the position of the " is marked on screen with a yellow - * background color. + * type Alt-U, Shift-A. To inform the user that the dots may be followed by + * another character, the ¨ is underlined). * * Call this function if character composition needs to be aborted for some * reason. One such example would be the text input widget losing focus. -- cgit v1.2.3