diff options
Diffstat (limited to 'lisp/cedet/semantic/grammar-wy.el')
-rw-r--r-- | lisp/cedet/semantic/grammar-wy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/grammar-wy.el b/lisp/cedet/semantic/grammar-wy.el index 4f70623ea07..36bb13a7424 100644 --- a/lisp/cedet/semantic/grammar-wy.el +++ b/lisp/cedet/semantic/grammar-wy.el @@ -340,7 +340,7 @@ (cond ((vectorp elt) (if prec - (error "duplicate %%prec in `%s:%d' rule" nterm rindx)) + (error "Duplicate %%prec in `%s:%d' rule" nterm rindx)) (setq prec (aref elt 0))) ((consp elt) |