#ifndef NANO_TINY
/* Here's where we allow the selected text to be written to
* a separate file. If we're using restricted mode, this is
- * disabled since it allows reading from or writing to files
- * not specified on the command line. */
+ * disabled, since it allows reading from or writing to
+ * files not specified on the command line. */
if (!ISSET(RESTRICTED) && !exiting && openfile->mark_set)
retval = write_marked_file(answer, NULL, FALSE, append);
else