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

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

[elpa] externals/bnf-mode 67fea1d 11/22: Amended documentation


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 67fea1d 11/22: Amended documentation
Date: Tue, 3 Mar 2020 10:56:54 -0500 (EST)

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

    Amended documentation
---
 .dir-locals.el | 4 +++-
 bnf-mode.el    | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index a6b4126..1e6a968 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,9 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((emacs-lisp-mode
+((nil
+  (sentence-end-double-space . t))
+ (emacs-lisp-mode
   (indent-tabs-mode . nil)
   (outline-regexp . ";;[;*]+[\s\t]+"))
  (makefile-gmake-mode
diff --git a/bnf-mode.el b/bnf-mode.el
index b33bda1..de37b29 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -26,9 +26,9 @@
 
 ;;; Commentary:
 
-;;   GNU Emacs major mode for editing BNF grammars.  Currently this mode
-;; provides basic syntax and font-locking for BNF files.  BNF notation is
-;; supported exactly form as it was first announced in the ALGOL 60 report.
+;;   BNF Mode is a GNU Emacs major mode for editing BNF grammars.  Currently
+;; this mode provides basic syntax and font-locking for BNF files.  BNF 
notation
+;; is supported exactly form as it was first announced in the ALGOL 60 report.
 ;;
 ;; When developing this mode, the following documents were taken into account:
 ;;



reply via email to

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