Previous: Changing the Size of a Temporary Buffer Window, Up: Temporary Displays [Index]
This function momentarily displays string in the current buffer at position.
string to display in current buffer
Position in current buffer to display string at. ‘POS’ can be a marker, in which case only its value is used; its buffer is ignored.
Optional third arg ‘EXIT-CHAR’ can be a character, event or event description list, defaulting to ‘SPC’. If the next input event is ‘CHAR’, it is ignored and the function returns, otherwise it is available as input.
If non-nil, display the ‘MESSAGE’ in the echo area while ‘STRING’ is displayed. If nil, instructions to type ‘CHAR’ are displayed in the echo area.
This function’s return value is not meaningful.