(Fend_kbd_macro): Fix error message.
Lisp_Object repeat;
{
if (NILP (current_kboard->defining_kbd_macro))
- error ("Not defining kbd macro.");
+ error ("Not defining kbd macro");
if (NILP (repeat))
XSETFASTINT (repeat, 1);
final = indirect_function (macro);
if (!STRINGP (final) && !VECTORP (final))
- error ("Keyboard macros must be strings or vectors.");
+ error ("Keyboard macros must be strings or vectors");
XSETFASTINT (tem, executing_macro_index);
tem = Fcons (Vexecuting_macro, tem);