branch: externals/bnf-mode
commit a7ea86762608e2f018dccdb3fd7dba986cb497a5
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Correct documentation
---
CHANGELOG.org | 2 +-
README.org | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 9cc245f..ee3a3a3 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -7,7 +7,7 @@ The format is based on [[http://keepachangelog.com][Keep a
Changelog]] and this
** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.1...HEAD][Unreleased]]
*** Fixed
-- In the BNF there are no strings thus treat ~' "~ as a regular symbols
+- In the BNF there are no strings thus treat ' and " as a regular symbols
- Minor code cleanup: removed no longer needed ~comment-*~ variables
- In the BNF there are no grouping brackets except angle ones. Fixed
diff --git a/README.org b/README.org
index 31070c8..db82ac6 100644
--- a/README.org
+++ b/README.org
@@ -65,7 +65,7 @@ TODO
#+begin_src emacs-lisp
(autoload 'bnf-mode "bnf-mode" nil t)
;; OR
- (require 'zephir-mode)
+ (require 'bnf-mode)
#+end_src
5. Optionally byte compile ~bnf-mode.el~ for faster startup: ~M-x byte-compile~