Index: makeinfo/cmds.c =================================================================== RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v retrieving revision 1.35 diff -u -p -r1.35 cmds.c --- makeinfo/cmds.c 16 Feb 2004 21:28:09 -0000 1.35 +++ makeinfo/cmds.c 19 Feb 2004 15:41:28 -0000 @@ -1694,7 +1694,10 @@ cm_exampleindent (void) get_rest_of_line (1, &arg); if (set_default_indentation_increment (arg) != 0) - line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); + line_error (_("Bad argument to @%s"), command); + + if (input_text[input_text_offset] == '\n') + close_single_paragraph (); free (arg); }