diff options
author | sabetts <sabetts> | 2003-01-26 03:10:21 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-01-26 03:10:21 +0000 |
commit | 3a3cdd1597facb0045400f47f3286bef455f92aa (patch) | |
tree | 9a4fc923edce07547ecd7503d892d3412b64fc48 /src/actions.c | |
parent | bf9397240778d2b75d531e76ddda9c7942371757 (diff) | |
download | ratpoison-3a3cdd1597facb0045400f47f3286bef455f92aa.zip |
(cmd_defwaitcursor): error message correctly shows what command
the error occurred in.
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |