Displays a dialog box containing an error or warning message
(alert string)
Display a message in an alert box:
(alert "That function is not available.")
Display a multiple line message, by using the newline character in string:
(alert "That function\nis not available.")