From 6fa65b1073f685b8d455c773de737d7f2bc42eba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 05:37:15 -0400 Subject: Simplified some error text. --- chess-algebraic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-algebraic.el') diff --git a/chess-algebraic.el b/chess-algebraic.el index af2f898..e58063a 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -129,7 +129,7 @@ This regexp handles both long and short form.") (condition-case err (apply 'chess-ply-create position trust changes) (error - (error "Error in algebraic move '%s': %s" + (error "In algebraic move '%s': %s" move (error-message-string err))))))))) (defun chess-ply--move-text (ply long) -- cgit v1.2.3