comparison src/gui_motif.c @ 26592:9f445e07f766 v8.2.3825

patch 8.2.3825: various comments could be improved Commit: https://github.com/vim/vim/commit/52797bae1710621926c03a2611c40a692c96fb44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 16 14:45:13 2021 +0000 patch 8.2.3825: various comments could be improved Problem: Various comments could be improved. Solution: Improve the comments.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 16:00:05 +0100
parents 982786f8454d
children fc859aea8cec
comparison
equal deleted inserted replaced
26591:3a63b1e4a6f4 26592:9f445e07f766
3993 3993
3994 find_replace_dialog_create(eap->arg, TRUE); 3994 find_replace_dialog_create(eap->arg, TRUE);
3995 } 3995 }
3996 3996
3997 /* 3997 /*
3998 * Synchronize all gui elements, which are dependant upon the 3998 * Synchronize all gui elements, which are dependent upon the
3999 * main text font used. Those are in esp. the find/replace dialogs. 3999 * main text font used. Those are in esp. the find/replace dialogs.
4000 * If you don't understand why this should be needed, please try to 4000 * If you don't understand why this should be needed, please try to
4001 * search for "pi\xea\xb6\xe6" in iso8859-2. 4001 * search for "pi\xea\xb6\xe6" in iso8859-2.
4002 */ 4002 */
4003 void 4003 void