In zsh, at the prompt, type print, and then Alt-H.
If it gives you the man page for the print system command instead of the print builtin, you may want to follow the instructions given under Accessing On-Line Help at:
info zsh UtilitiesFor zsh documentation, I prefer to use info in general. The zsh documentation is properly indexed and it's very easy to find documentation using info.
For instance to find the documentation for print, type info zsh, and within info, type i to bring up the index prompt and type print (you can throw in a couple of Tab to get a completion list). Or just run
info zsh printTo open the zsh info book and jump directly to the print index entry.









