This routine is selecting a line and asking whether or not the user wants to add a break symbol. But I have an error somewhere in the section below and cannot find it. Can someone please help? Thank you, D (initget "Yes No") (setq breakanswer (getkword " Do you want a break [Yes/No] <Yes>: ")) (if (/= breakanswer "No") (....do break....) )