SDL_mixer: Sync SDL2_mixer wiki -> header (5d6de)

From 5d6dea8c0e1a6e633147b15a64a587add3ec2f7d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 24 Jul 2025 18:50:38 +0000
Subject: [PATCH] Sync SDL2_mixer wiki -> header

[ci skip]

(cherry picked from commit 24cf1eb8dea3a5f04d87d1e1e60c07d85c9a801a)
---
 include/SDL_mixer.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 71b0f424..2d0ea44b 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -2637,7 +2637,8 @@ extern DECLSPEC int SDLCALL Mix_GetSynchroValue(void);
  * Set SoundFonts paths to use by supported MIDI backends.
  *
  * You may specify multiple paths in a single string by separating them with
- * semicolons; they will be searched in the order listed.
+ * semicolons; they will be searched in the _reverse_ order listed (last one
+ * listed will be the first one searched).
  *
  * This function replaces any previously-specified paths.
  *