Mercurial > emacs
changeset 49670:cc820064216c
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 10 Feb 2003 09:56:14 +0000 |
parents | 158253007cd0 |
children | 265858431838 |
files | lisp/progmodes/ebnf-bnf.el lisp/progmodes/ebnf-iso.el lisp/progmodes/ebnf-yac.el |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebnf-bnf.el Mon Feb 10 09:55:17 2003 +0000 +++ b/lisp/progmodes/ebnf-bnf.el Mon Feb 10 09:56:14 2003 +0000 @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Keywords: wp, ebnf, PostScript -;; Time-stamp: <2001/09/24 10:17:26 vinicius> +;; Time-stamp: <2003-02-10 10:29:48 jbarranquero> ;; Version: 1.7 ;; This file is part of GNU Emacs. @@ -118,7 +118,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Syntatic analyzer +;; Syntactic analyzer ;;; EBNF = {production}+.
--- a/lisp/progmodes/ebnf-iso.el Mon Feb 10 09:55:17 2003 +0000 +++ b/lisp/progmodes/ebnf-iso.el Mon Feb 10 09:56:14 2003 +0000 @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Keywords: wp, ebnf, PostScript -;; Time-stamp: <2001/09/24 10:17:20 vinicius> +;; Time-stamp: <2003-02-10 10:26:32 jbarranquero> ;; Version: 1.6 ;; This file is part of GNU Emacs. @@ -131,7 +131,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Syntatic analyzer +;; Syntactic analyzer ;;; ISO EBNF = syntax rule, {syntax rule};
--- a/lisp/progmodes/ebnf-yac.el Mon Feb 10 09:55:17 2003 +0000 +++ b/lisp/progmodes/ebnf-yac.el Mon Feb 10 09:56:14 2003 +0000 @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Keywords: wp, ebnf, PostScript -;; Time-stamp: <2002-07-09 11:43:10 jbarranquero> +;; Time-stamp: <2003-02-10 10:47:04 jbarranquero> ;; Version: 1.2 ;; This file is part of GNU Emacs. @@ -93,7 +93,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Syntatic analyzer +;; Syntactic analyzer ;;; YACC = { YACC-Definitions }* "%%" { YACC-Rule }* [ "%%" [ YACC-Code ] ].