diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-10 09:56:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-10 09:56:14 +0000 |
commit | f504d5162f380c7b89dbd0f91b72fb6a57cd201a (patch) | |
tree | e8e248f375087c30988b5c89cad0bef3d7eb27ad /lisp/progmodes/ebnf-yac.el | |
parent | 18ac078250f9450f8970f48efcdb72cf0e506414 (diff) | |
download | emacs-f504d5162f380c7b89dbd0f91b72fb6a57cd201a.tar.gz |
Fix typo in comment.
Diffstat (limited to 'lisp/progmodes/ebnf-yac.el')
-rw-r--r-- | lisp/progmodes/ebnf-yac.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ ;; 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 ] ]. |