comparison lisp/progmodes/ebnf-yac.el @ 46275:0d5f7cc6ce91

(ebnf-yac-error): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 09 Jul 2002 10:47:38 +0000
parents b7142e063fee
children cc820064216c
comparison
equal deleted inserted replaced
46274:a146209bda51 46275:0d5f7cc6ce91
3 ;; Copyright (C) 1999, 2000, 2001 Free Sofware Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001 Free Sofware Foundation, Inc.
4 4
5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7 ;; Keywords: wp, ebnf, PostScript 7 ;; Keywords: wp, ebnf, PostScript
8 ;; Time-stamp: <2001/09/24 10:17:13 vinicius> 8 ;; Time-stamp: <2002-07-09 11:43:10 jbarranquero>
9 ;; Version: 1.2 9 ;; Version: 1.2
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
87 (defvar ebnf-yac-skip-char nil 87 (defvar ebnf-yac-skip-char nil
88 "Non-nil means skip printable characters with no grammatical meaning.") 88 "Non-nil means skip printable characters with no grammatical meaning.")
89 89
90 90
91 (defvar ebnf-yac-error nil 91 (defvar ebnf-yac-error nil
92 "Non-nil means \"error\" occured.") 92 "Non-nil means \"error\" occurred.")
93 93
94 94
95 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 95 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
96 ;; Syntatic analyzer 96 ;; Syntatic analyzer
97 97