It is possible to automatically select *Help* buffers when they are displayed by doing (setq help-window-select t) (relevant question: How to close help buffer without moving to it?).
Is there a similar setting for *Apropos* buffers? When I use apropos using C-h a, the resulting apropos buffer is not automatically selected. I have to switch to it using C-x o. Is there a way to switch to the apropos buffer automatically?