emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode a7ea867 32/74: Correct documentation


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode a7ea867 32/74: Correct documentation
Date: Thu, 9 May 2019 08:27:48 -0400 (EDT)

branch: externals/bnf-mode
commit a7ea86762608e2f018dccdb3fd7dba986cb497a5
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    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~
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]