1
- This is bnf-mode.info, produced by makeinfo version 7.0 .1 from
1
+ This is bnf-mode.info, produced by makeinfo version 7.1 .1 from
2
2
bnf-mode.texi.
3
3
4
4
BNF Mode is a GNU Emacs major mode for editing BNF grammars. Presently
8
8
9
9
This manual is for BNF Mode version 0.4.5.
10
10
11
- Copyright © 2019-2022 Free Software Foundation, Inc.
11
+ Copyright © 2019-2024 Free Software Foundation, Inc.
12
12
13
13
Permission is granted to copy, distribute and/or modify this
14
14
document under the terms of the GNU Free Documentation License,
@@ -18,7 +18,7 @@ This manual is for BNF Mode version 0.4.5.
18
18
below. A copy of the license is included in the section entitled
19
19
“GNU Free Documentation License.”
20
20
21
- (a) The FSF’ s Back-Cover Text is: “You have the freedom to copy and
21
+ (a) The FSF' s Back-Cover Text is: “You have the freedom to copy and
22
22
modify this GNU manual.”
23
23
INFO-DIR-SECTION Emacs
24
24
START-INFO-DIR-ENTRY
@@ -42,7 +42,7 @@ BNF Mode User Manual
42
42
* Index:: Complete index.
43
43
* Variable Index:: Variable index.
44
44
45
- — The Detailed Node Listing —
45
+ -- The Detailed Node Listing --
46
46
47
47
Installation
48
48
@@ -104,11 +104,11 @@ File: bnf-mode.info, Node: Installation, Next: Usage, Prev: Introduction, Up
104
104
2 Installation
105
105
**************
106
106
107
- BNF Mode known to work with GNU Emacs 25 .1 and later. BNF Mode may work
108
- with older versions of Emacs, or with other flavors of Emacs (e.g.
109
- XEmacs) but this is not guaranteed. Bug reports for problems related to
110
- using BNF Mode with older versions of Emacs will most like not be
111
- addressed.
107
+ The current version of BNF Mode known to work with GNU Emacs 27 .1 and
108
+ later. It may still function with older versions of Emacs, or with
109
+ other flavors of Emacs (e.g. XEmacs) but this is not guaranteed. Bug
110
+ reports for problems related to using this version of BNF Mode with
111
+ older versions of Emacs will most like not be addressed.
112
112
113
113
* Menu:
114
114
@@ -122,8 +122,8 @@ File: bnf-mode.info, Node: Installing from Elpa or Melpa, Next: Installing usi
122
122
2.1 Installing from Elpa or Melpa
123
123
=================================
124
124
125
- BNF Mode is available from Elpa, Melpa and Melpa-Stable. If you haven’ t
126
- used Emacs’ package manager before, then it is high time you familiarize
125
+ BNF Mode is available from Elpa, Melpa and Melpa-Stable. If you haven' t
126
+ used Emacs' package manager before, then it is high time you familiarize
127
127
yourself with it by reading the documentation in the Emacs manual, see
128
128
*note (emacs)Packages::. Then add one of the archives to
129
129
‘package-archives’:
@@ -147,7 +147,7 @@ yourself with it by reading the documentation in the Emacs manual, see
147
147
'("melpa" . "https://melpa.org/packages/") t)
148
148
(package-initialize)
149
149
150
- Melpa tracks BNF Mode’ s Git repository and updates relatively soon
150
+ Melpa tracks BNF Mode' s Git repository and updates relatively soon
151
151
after each commit or formal release. For more detail on setting up see
152
152
MELPA Getting Started (https://melpa.org/#/getting-started).
153
153
@@ -209,7 +209,7 @@ File: bnf-mode.info, Node: Installing from the Git Repository, Prev: Installin
209
209
======================================
210
210
211
211
BNF Mode depends only on the ‘cl-lib’, which is bundled with GNU Emacs.
212
- Thus you don’ t have to install any additional library to satisfy BNF
212
+ Thus you don' t have to install any additional library to satisfy BNF
213
213
Mode dependencies. Below are simple steps to install BNF Mode using
214
214
manual approach:
215
215
@@ -253,7 +253,7 @@ abbreviations to ‘bnf-mode-abbrev-table’.
253
253
254
254
If you want, you can go without any customizations at all. The above
255
255
settings are the most bang for the buck in terms of customization. So
256
- users that typically don’ t like customize a lot are advised to look at
256
+ users that typically don' t like customize a lot are advised to look at
257
257
these settings first. To customize BNF Mode options using textual GUI
258
258
system, use the following command: ‘M-x’ ‘customize-group’ ‘RET’ ‘bnf’
259
259
‘RET’.
@@ -285,7 +285,7 @@ File: bnf-mode.info, Node: Change Log, Prev: Bugs Tracker, Up: Project Links
285
285
==============
286
286
287
287
History is tracked in the Git repository
288
- (https://github.com/sergeyklay/bnf-mode/blob/master /NEWS) rather than in
288
+ (https://github.com/sergeyklay/bnf-mode/blob/main /NEWS) rather than in
289
289
this documentation.
290
290
291
291
@@ -359,20 +359,20 @@ Variable Index
359
359
360
360
361
361
Tag Table:
362
- Node: Top1105
363
- Node: Introduction1804
364
- Node: Installation3805
365
- Node: Installing from Elpa or Melpa4327
366
- Node: Installing using El-get6544
367
- Node: Installing from the Git Repository7223
368
- Node: Usage8124
369
- Node: Customizing8409
370
- Node: Project Links9086
371
- Node: Bugs Tracker9257
372
- Node: Change Log9490
373
- Node: Bibliography9739
374
- Node: Index10897
375
- Node: Variable Index11604
362
+ Node: Top1103
363
+ Node: Introduction1800
364
+ Node: Installation3801
365
+ Node: Installing from Elpa or Melpa4367
366
+ Node: Installing using El-get6578
367
+ Node: Installing from the Git Repository7257
368
+ Node: Usage8156
369
+ Node: Customizing8441
370
+ Node: Project Links9116
371
+ Node: Bugs Tracker9287
372
+ Node: Change Log9520
373
+ Node: Bibliography9767
374
+ Node: Index10925
375
+ Node: Variable Index11632
376
376
377
377
End Tag Table
378
378
0 commit comments