aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-10 09:56:14 +0000
committerJuanma Barranquero2003-02-10 09:56:14 +0000
commitf504d5162f380c7b89dbd0f91b72fb6a57cd201a (patch)
treee8e248f375087c30988b5c89cad0bef3d7eb27ad
parent18ac078250f9450f8970f48efcdb72cf0e506414 (diff)
downloademacs-f504d5162f380c7b89dbd0f91b72fb6a57cd201a.tar.gz
emacs-f504d5162f380c7b89dbd0f91b72fb6a57cd201a.zip
Fix typo in comment.
-rw-r--r--lisp/progmodes/ebnf-bnf.el4
-rw-r--r--lisp/progmodes/ebnf-iso.el4
-rw-r--r--lisp/progmodes/ebnf-yac.el4
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el
index 3ff506521e3..054f337b1c4 100644
--- a/lisp/progmodes/ebnf-bnf.el
+++ b/lisp/progmodes/ebnf-bnf.el
@@ -5,7 +5,7 @@
5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7;; Keywords: wp, ebnf, PostScript 7;; Keywords: wp, ebnf, PostScript
8;; Time-stamp: <2001/09/24 10:17:26 vinicius> 8;; Time-stamp: <2003-02-10 10:29:48 jbarranquero>
9;; Version: 1.7 9;; Version: 1.7
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
@@ -118,7 +118,7 @@
118 118
119 119
120;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 120;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
121;; Syntatic analyzer 121;; Syntactic analyzer
122 122
123 123
124;;; EBNF = {production}+. 124;;; EBNF = {production}+.
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el
index ede354c4f32..f4c965b6ed7 100644
--- a/lisp/progmodes/ebnf-iso.el
+++ b/lisp/progmodes/ebnf-iso.el
@@ -5,7 +5,7 @@
5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7;; Keywords: wp, ebnf, PostScript 7;; Keywords: wp, ebnf, PostScript
8;; Time-stamp: <2001/09/24 10:17:20 vinicius> 8;; Time-stamp: <2003-02-10 10:26:32 jbarranquero>
9;; Version: 1.6 9;; Version: 1.6
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
@@ -131,7 +131,7 @@
131 131
132 132
133;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 133;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
134;; Syntatic analyzer 134;; Syntactic analyzer
135 135
136 136
137;;; ISO EBNF = syntax rule, {syntax rule}; 137;;; ISO EBNF = syntax rule, {syntax rule};
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el
index 71400917748..4aa7fb116c3 100644
--- a/lisp/progmodes/ebnf-yac.el
+++ b/lisp/progmodes/ebnf-yac.el
@@ -5,7 +5,7 @@
5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7;; Keywords: wp, ebnf, PostScript 7;; Keywords: wp, ebnf, PostScript
8;; Time-stamp: <2002-07-09 11:43:10 jbarranquero> 8;; Time-stamp: <2003-02-10 10:47:04 jbarranquero>
9;; Version: 1.2 9;; Version: 1.2
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
@@ -93,7 +93,7 @@
93 93
94 94
95;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 95;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
96;; Syntatic analyzer 96;; Syntactic analyzer
97 97
98 98
99;;; YACC = { YACC-Definitions }* "%%" { YACC-Rule }* [ "%%" [ YACC-Code ] ]. 99;;; YACC = { YACC-Definitions }* "%%" { YACC-Rule }* [ "%%" [ YACC-Code ] ].