From 8aa775c8a240b477b7f24047ca9a874ea7fda89e 2014-09-11 13:17:05 From: Sergey Pashinin Date: 2014-09-11 13:17:05 Subject: [PATCH] Small message fix --- diff --git a/src/workgroups2.el b/src/workgroups2.el index 1b0a7f00d8fa4d1642346d419b98a5240465d4e7..a043c09f2bdc7526b342e39fb76366c419155a7d 100644 --- a/src/workgroups2.el +++ b/src/workgroups2.el @@ -3449,7 +3449,7 @@ Or scream unless NOERROR." (:uid 'wg-workgroup-uid)))) (or (cl-find value (wg-workgroup-list-or-error noerror) :test 'equal :key accessor) (unless noerror - (error "No are no workgroups with a %S of %S" + (error "There are no workgroups with a %S of %S" accessor value))))) (defun wg-cyclic-nth-from-workgroup (workgroup &optional n)