comparison lisp/progmodes/ebnf-yac.el @ 63632:174466935578

(ebnf-yac-lex): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:50:40 +0000
parents 87f9bb9d3718
children 18a818a2ee7c b7da78284d4c
comparison
equal deleted inserted replaced
63631:8b6b95ebbe8f 63632:174466935578
310 "Initializations for Yacc/Bison parser." 310 "Initializations for Yacc/Bison parser."
311 (setq ebnf-yac-token-list nil)) 311 (setq ebnf-yac-token-list nil))
312 312
313 313
314 (defun ebnf-yac-lex () 314 (defun ebnf-yac-lex ()
315 "Lexical analyser for Yacc/Bison. 315 "Lexical analyzer for Yacc/Bison.
316 316
317 Return a lexical token. 317 Return a lexical token.
318 318
319 See documentation for variable `ebnf-yac-lex'." 319 See documentation for variable `ebnf-yac-lex'."
320 (if (>= (point) ebnf-limit) 320 (if (>= (point) ebnf-limit)