From a5c7ca1a29210851e2c59a69791a724f7bc66872 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 3 Feb 2023 14:43:56 -0500 Subject: [PATCH] another follow-up: be consistent --- doc/fixes3-7-0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 16882f559..0cc9ace54 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1748,7 +1748,7 @@ X11: initializing the get-extended-command widget modified memory beyond what sound: add a soundlib interface that consists of a specification documented in doc/sound.txt; default 'nosound' soundlib implementation of the specification in src/sounds.c -sound: added soundlib_macsound implementation for use on macOS; the +sound: added 'macsound' soundlib implementation for use on macOS; the interface implementation resides in the objective C file sound/macsound/macsound.m; built on top of the built-in AppKit NSSound, #import , linked using -framework AppKit.