From: Juanma Barranquero Date: Tue, 9 Jul 2002 10:47:38 +0000 (+0000) Subject: (ebnf-yac-error): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b373b41907150c91992d02976dfe32a7b4461800;p=emacs.git (ebnf-yac-error): Fix typo. --- diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index 22984d58fb2..71400917748 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el @@ -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.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;