diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:50:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:50:40 +0000 |
commit | f103649a0c963f9de6c6decde330b4d7868dce93 (patch) | |
tree | 6ba91c7902efa2248098ef6dcf14767514c61d57 /lisp/progmodes | |
parent | fc6e69631c7cc8e241fa5b9fd1f178e52280f88f (diff) | |
download | emacs-f103649a0c963f9de6c6decde330b4d7868dce93.tar.gz |
(ebnf-yac-lex): Fix spellings.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/ebnf-yac.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index 58f422b1714..cc1c8c451dd 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el @@ -312,7 +312,7 @@ (defun ebnf-yac-lex () - "Lexical analyser for Yacc/Bison. + "Lexical analyzer for Yacc/Bison. Return a lexical token. |