I'm certainly not an expert on this sort of thing, but mine works and the most obvious difference is quotation marks around the "real command"
Instead of:
alias m moveObjects on "Enables the ability to move normally unmovable objects" ""
Try:
alias m
"moveObjects on
" "Enables the ability to move normally unmovable objects" ""
the only other difference I can see is that you have multiple spaces (keeping your columns purty) while I don't, but I doubt that makes a difference, heh heh
good luck