From 3a3cdd1597facb0045400f47f3286bef455f92aa Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 26 Jan 2003 03:10:21 +0000 Subject: (cmd_defwaitcursor): error message correctly shows what command the error occurred in. --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/actions.c b/src/actions.c index cabe3ca..bb5a36b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2032,7 +2032,7 @@ cmd_defwaitcursor (int interactive, void *data) if (data == NULL || sscanf (data, "%d", &defaults.wait_for_key_cursor) < 1) { - message (" defwaitforkey: One argument required "); + message (" defwaitcursor: One argument required "); } return NULL; -- cgit v1.2.3