From: Vinicius Jose Latorre Date: Sat, 20 Nov 2004 00:33:10 +0000 (+0000) Subject: fix typos X-Git-Tag: ttn-vms-21-2-B4~3828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad96a7efde9759ef7046173e73f3f439a2f1ff58;p=emacs.git fix typos --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ddf83261b9..34ce6b8043b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,9 @@ 2004-11-19 Vinicius Jose Latorre - * progmodes/ebnf2ps.el: Insert :version tag into all defgroup and - defcustom. + * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all + defgroup and defcustom. + + * progmodes/ebnf-otz.el: Fix typos. 2004-11-19 Jay Belanger 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 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2004/02/29 18:40:14 vinicius> +;; Time-stamp: <2004/11/19 22:24:07 vinicius> ;; Keywords: wp, ebnf, PostScript ;; Version: 1.0 @@ -68,7 +68,7 @@ ;; A = B | . ==> A = [B]. ;; A = | B . ==> A = [B]. ;; -;; factoration: +;; factorization: ;; A = B C | B D. ==> A = B (C | D). ;; A = C B | D B. ==> A = (C | D) B. ;; A = B C E | B D E. ==> A = B (C | D) E. @@ -227,7 +227,7 @@ ;; A = B | . ==> A = [B]. ;; A = | B . ==> A = [B]. -;; factoration: +;; factorization: ;; A = B C | B D. ==> A = B (C | D). ;; A = C B | D B. ==> A = (C | D) B. ;; A = B C E | B D E. ==> A = B (C | D) E. @@ -260,7 +260,7 @@ ;; 6. A = B | . ==> A = [B]. ;; 7. A = | B . ==> A = [B]. -;; factoration: +;; factorization: ;; 8. A = B C | B D. ==> A = B (C | D). ;; 9. A = C B | D B. ==> A = (C | D) B. ;; 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 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2004/11/19 21:51:40 vinicius> +;; Time-stamp: <2004/11/19 22:24:27 vinicius> ;; Keywords: wp, ebnf, PostScript ;; Version: 4.2 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ @@ -393,7 +393,7 @@ Please send all bug fixes and enhancements to ;; 6. A = B | . ==> A = [B]. ;; 7. A = | B . ==> A = [B]. ;; -;; factoration: +;; factorization: ;; 8. A = B C | B D. ==> A = B (C | D). ;; 9. A = C B | D B. ==> A = (C | D) B. ;; 10. A = B C E | B D E. ==> A = B (C | D) E. @@ -1979,7 +1979,7 @@ The following optimizations are done: 6. A = B | . ==> A = [B]. 7. A = | B . ==> A = [B]. - factoration: + factorization: 8. A = B C | B D. ==> A = B (C | D). 9. A = C B | D B. ==> A = (C | D) B. 10. A = B C E | B D E. ==> A = B (C | D) E.