1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 15:09:08 +02:00

Fix: 'aud-import-effects' should be 'aud-import-commands'

This commit is contained in:
SteveDaulton 2020-03-04 12:50:52 +00:00
parent 171a43821e
commit 722a3f5ea5

@ -121,7 +121,7 @@
(aud-do cmd))) (aud-do cmd)))
(defun aud-import-effects (&aux cmd) (defun aud-import-commands (&aux cmd)
;; Generate function stubs in the form (aud-<command> [&key arg ...]) ;; Generate function stubs in the form (aud-<command> [&key arg ...])
;; Call once to make "aud-<command>"s available. ;; Call once to make "aud-<command>"s available.
;; Unfortunatly we can't call this on load, as the cache may ;; Unfortunatly we can't call this on load, as the cache may