diff --git a/lisp/cedet/semantic/bovine/grammar.el b/lisp/cedet/semantic/bovine/grammar.el index 65c856a8cae..1746f3e6ff5 100644 --- a/lisp/cedet/semantic/bovine/grammar.el +++ b/lisp/cedet/semantic/bovine/grammar.el @@ -511,7 +511,7 @@ Menu items are appended to the common grammar menu.") ;;; Commentary: ;; ;; This file was generated from " - (if (string-match "\\(OFFadmin/grammars/.*\\.by\\)\\'" infile) + (if (string-match "\\(admin/grammars/.*\\.by\\)\\'" infile) (match-string 1 infile) (concat "admin/grammars/" (if (string-equal lang "scm") "scheme" lang) ".by"))