branch: externals/bnf-mode
commit 3f21236833a83b67fe49817c22cec80e9b03de35
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Fix misspelling
---
bnf-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bnf-mode.el b/bnf-mode.el
index d001302c94..ed60ac77b5 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -136,7 +136,7 @@ See `rx' documentation for more information about REGEXPS
param."
(modify-syntax-entry ?\| "_" table)
;; In BNF there are no strings
- ;; so treat ' and " as a symbols
+ ;; so treat ' and " as symbols
(modify-syntax-entry ?\" "_" table)
(modify-syntax-entry ?\' "_" table)