# HG changeset patch # User Juanma Barranquero # Date 1026211658 0 # Node ID 0d5f7cc6ce91e36d66ad06e2bd1b4f16acec7708 # Parent a146209bda511f5aaf143c992c718123f3581bfc (ebnf-yac-error): Fix typo. diff -r a146209bda51 -r 0d5f7cc6ce91 lisp/progmodes/ebnf-yac.el --- 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 ;; Maintainer: Vinicius Jose Latorre ;; 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.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;