print-help-return-message
print-help-return-message is an alias for `
help-print-return-message' in `
help.el
'.
(print-help-return-message &optional
FUNCTION)
This function is obsolete since 23.2;
use `help-print-return-message' instead.
Display or return message saying how to restore windows after help command.
This function assumes that `standard-output' is the help buffer.
It computes a message, and applies the optional argument
FUNCTION to it.
If
FUNCTION is nil, it applies `message', thus displaying the message.
In addition, this function sets up `help-return-method', which see, that
specifies what to do when the user exits the help buffer.
Do not call this in the scope of `with-help-window'.