diff options
Diffstat (limited to 'lisp/progmodes/ebnf-dtd.el')
-rw-r--r-- | lisp/progmodes/ebnf-dtd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 204b6a91b0f..7b63575195e 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el @@ -515,7 +515,7 @@ ;; ----- ;; ;; At moment, only the `<!ELEMENT' generates a syntactic chart. The -;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntacticly checked but they +;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntactically checked but they ;; don't generate a syntactic chart. ;; ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file. An |