diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-09 10:47:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-09 10:47:38 +0000 |
commit | b373b41907150c91992d02976dfe32a7b4461800 (patch) | |
tree | fa9a6b172e3fe1962f3518fc98e372a19db0784d /lisp/progmodes/ebnf-yac.el | |
parent | 219afd94785a1637a46c513964d5fd8a9d14ef09 (diff) | |
download | emacs-b373b41907150c91992d02976dfe32a7b4461800.tar.gz |
(ebnf-yac-error): Fix typo.
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 22984d58fb2..71400917748 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: <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.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |