aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-11-20 00:33:10 +0000
committerVinicius Jose Latorre2004-11-20 00:33:10 +0000
commitad96a7efde9759ef7046173e73f3f439a2f1ff58 (patch)
tree796b13b800c3d960c6471476a6613a5f101d8cc7
parentb11b1870eb3235f1b9080742105e107a542b0a33 (diff)
downloademacs-ad96a7efde9759ef7046173e73f3f439a2f1ff58.tar.gz
emacs-ad96a7efde9759ef7046173e73f3f439a2f1ff58.zip
fix typos
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/progmodes/ebnf-otz.el8
-rw-r--r--lisp/progmodes/ebnf2ps.el6
3 files changed, 11 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ddf83261b9..34ce6b8043b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,9 @@
12004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> 12004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 2
3 * progmodes/ebnf2ps.el: Insert :version tag into all defgroup and 3 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
4 defcustom. 4 defgroup and defcustom.
5
6 * progmodes/ebnf-otz.el: Fix typos.
5 7
62004-11-19 Jay Belanger <belanger@truman.edu> 82004-11-19 Jay Belanger <belanger@truman.edu>
7 9
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el
index 5c98677c334..1aa8feb25a7 100644
--- a/lisp/progmodes/ebnf-otz.el
+++ b/lisp/progmodes/ebnf-otz.el
@@ -5,7 +5,7 @@
5 5
6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> 7;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
8;; Time-stamp: <2004/02/29 18:40:14 vinicius> 8;; Time-stamp: <2004/11/19 22:24:07 vinicius>
9;; Keywords: wp, ebnf, PostScript 9;; Keywords: wp, ebnf, PostScript
10;; Version: 1.0 10;; Version: 1.0
11 11
@@ -68,7 +68,7 @@
68;; A = B | . ==> A = [B]. 68;; A = B | . ==> A = [B].
69;; A = | B . ==> A = [B]. 69;; A = | B . ==> A = [B].
70;; 70;;
71;; factoration: 71;; factorization:
72;; A = B C | B D. ==> A = B (C | D). 72;; A = B C | B D. ==> A = B (C | D).
73;; A = C B | D B. ==> A = (C | D) B. 73;; A = C B | D B. ==> A = (C | D) B.
74;; A = B C E | B D E. ==> A = B (C | D) E. 74;; A = B C E | B D E. ==> A = B (C | D) E.
@@ -227,7 +227,7 @@
227;; A = B | . ==> A = [B]. 227;; A = B | . ==> A = [B].
228;; A = | B . ==> A = [B]. 228;; A = | B . ==> A = [B].
229 229
230;; factoration: 230;; factorization:
231;; A = B C | B D. ==> A = B (C | D). 231;; A = B C | B D. ==> A = B (C | D).
232;; A = C B | D B. ==> A = (C | D) B. 232;; A = C B | D B. ==> A = (C | D) B.
233;; A = B C E | B D E. ==> A = B (C | D) E. 233;; A = B C E | B D E. ==> A = B (C | D) E.
@@ -260,7 +260,7 @@
260;; 6. A = B | . ==> A = [B]. 260;; 6. A = B | . ==> A = [B].
261;; 7. A = | B . ==> A = [B]. 261;; 7. A = | B . ==> A = [B].
262 262
263;; factoration: 263;; factorization:
264;; 8. A = B C | B D. ==> A = B (C | D). 264;; 8. A = B C | B D. ==> A = B (C | D).
265;; 9. A = C B | D B. ==> A = (C | D) B. 265;; 9. A = C B | D B. ==> A = (C | D) B.
266;; 10. A = B C E | B D E. ==> A = B (C | D) E. 266;; 10. A = B C E | B D E. ==> A = B (C | D) E.
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 663f62b0dc9..52eedb18b4d 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -5,7 +5,7 @@
5 5
6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 6;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> 7;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
8;; Time-stamp: <2004/11/19 21:51:40 vinicius> 8;; Time-stamp: <2004/11/19 22:24:27 vinicius>
9;; Keywords: wp, ebnf, PostScript 9;; Keywords: wp, ebnf, PostScript
10;; Version: 4.2 10;; Version: 4.2
11;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 11;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
@@ -393,7 +393,7 @@ Please send all bug fixes and enhancements to
393;; 6. A = B | . ==> A = [B]. 393;; 6. A = B | . ==> A = [B].
394;; 7. A = | B . ==> A = [B]. 394;; 7. A = | B . ==> A = [B].
395;; 395;;
396;; factoration: 396;; factorization:
397;; 8. A = B C | B D. ==> A = B (C | D). 397;; 8. A = B C | B D. ==> A = B (C | D).
398;; 9. A = C B | D B. ==> A = (C | D) B. 398;; 9. A = C B | D B. ==> A = (C | D) B.
399;; 10. A = B C E | B D E. ==> A = B (C | D) E. 399;; 10. A = B C E | B D E. ==> A = B (C | D) E.
@@ -1979,7 +1979,7 @@ The following optimizations are done:
1979 6. A = B | . ==> A = [B]. 1979 6. A = B | . ==> A = [B].
1980 7. A = | B . ==> A = [B]. 1980 7. A = | B . ==> A = [B].
1981 1981
1982 factoration: 1982 factorization:
1983 8. A = B C | B D. ==> A = B (C | D). 1983 8. A = B C | B D. ==> A = B (C | D).
1984 9. A = C B | D B. ==> A = (C | D) B. 1984 9. A = C B | D B. ==> A = (C | D) B.
1985 10. A = B C E | B D E. ==> A = B (C | D) E. 1985 10. A = B C E | B D E. ==> A = B (C | D) E.