Mercurial > emacs
changeset 46275:0d5f7cc6ce91
(ebnf-yac-error): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Jul 2002 10:47:38 +0000 |
parents | a146209bda51 |
children | 375e343422ef |
files | lisp/progmodes/ebnf-yac.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebnf-yac.el Tue Jul 09 10:47:02 2002 +0000 +++ b/lisp/progmodes/ebnf-yac.el Tue Jul 09 10:47:38 2002 +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:13 vinicius> +;; Time-stamp: <2002-07-09 11:43:10 jbarranquero> ;; Version: 1.2 ;; This file is part of GNU Emacs. @@ -89,7 +89,7 @@ (defvar ebnf-yac-error nil - "Non-nil means \"error\" occured.") + "Non-nil means \"error\" occurred.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;