Ticket #4497: mc.ext.ini: fix comments.

Clarify desctiption of how multiple sections and keys with same names
in this file are processed.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-09-11 11:21:07 +03:00
parent c1263686a7
commit 75577b66a7

View File

@ -26,8 +26,8 @@
# Section [Include/xxxx] can be located as before as after sections that point to it.
#
# Sections are processed from top to bottom, thus the order is important.
# If there are more than one sections with the same name in this file, the first
# section will be used.
# Multiple sections with the same name are allowed, they are merged together.
# Sections may contain the same key multiple times; the last entry wins.
#
# [Default] should be a catch-all action and come last.
#