1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Clarify comment

This commit is contained in:
SteveDaulton 2020-02-06 16:55:22 +00:00
parent f3acd4ca00
commit 3d5b0d4dd0

View File

@ -92,7 +92,7 @@
(eval-string func-def))) (eval-string func-def)))
;;; Import all Audacity commands as LISP functions ;;; Import all Audacity "Commands" as LISP functions
;;; Function names prefix the command id with "aud-". ;;; Function names prefix the command id with "aud-".
(dolist (command (aud-get-info "Commands")) (dolist (command (aud-get-info "Commands"))
(aud-import-command command)) (aud-import-command command))