diff --git a/nyquist/aud-do-support.lsp b/nyquist/aud-do-support.lsp index f8e7c9fc9..7b6359b04 100644 --- a/nyquist/aud-do-support.lsp +++ b/nyquist/aud-do-support.lsp @@ -92,7 +92,7 @@ (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-". (dolist (command (aud-get-info "Commands")) (aud-import-command command))