Here is another specialization of multisig beyond the escrow-specific one (and beyond the time-based one I have mentioned previously). Imagine an M-of-N multsig where one of the keys is special (designated the primary key). If the output simply lists the keys in order, it can be defined to be the first key. If the output is a pay-to-script style hash of the multisig script that has a deterministic way of sorting the N public keys, then the script would also need to include a number acting as an index into the sorted list of public keys to designate the primary key.
The balance would be spent in the regular multisig way except there would be an additional way to transfer the balance. A transaction that includes this special multisig balance as an input can do so with a signature for only the primary key (regardless of what M is) if the transaction includes an output which: has the exact same balance value as the sum of the balances for all of these special multisig inputs in the transaction; and pays to the exact same pay-to-script as all of the special multisig outputs being spent in the inputs of this transaction (which of course implies that all of those special multisig outputs being spent in this transaction need to share the same pay-to-script hash).
What this means is that these special multisig balances can be transferred by the holder of the primary private key alone, however this person can only transfer the balances in a way such that the same parties who had authorization to spend the money still have the same authorization to spend the money and no one new has gained authorization to spend the money. Keep in mind, additional funds would need to be included to pay the transaction fees since they could not come out of the special multisig balances without making the transaction invalid. The reason someone would bother transferring the funds in this manner would be to change the delegates they vote for. Furthermore, if these were BitAssets (ignore the fact that they do not vote for delegates for now) the transaction could be modified to designate the output to be a variable amount that automatically balances the special multisig inputs with added yield included. That way the primary private key holder (or a hacker who stole that key from a hot client) couldn't even steal the yields on the BitAssets; they would only have the power to change the votes.
The typical way I imagine this would be used would be with a 2-of-2 special multisig on balances meant to be held in cold storage. The primary key would be the one kept in the hot client. The secondary key would be generated on an offline computer with a live Linux environment, encrypted with a memorable passphrase, converted into a list of dictionary words, and stored (written down or printed) on a piece of paper which is kept in a fireproof safe at home. Users could then frequently update the votes with their balances (and avoid any possible inactivity fees) very easily using their hot client for a tiny cost of a transaction fee, but would not be able to spend the money to another account directly from the hot client, which means someone who hacked their computer would also not be able to steal their funds. If the user wanted to transfer some of the money into their "checking account" so they can spend it, they would need to get out the paper backup, boot the live Linux environment, do the offline transaction signature, and go through the whole process one needs to go through with Bitcoin (hopefully user-friendly tools can eventually make this very straightforward).