diff options
Diffstat (limited to 'lisp/cedet/semantic/wisent.el')
-rw-r--r-- | lisp/cedet/semantic/wisent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/wisent.el b/lisp/cedet/semantic/wisent.el index 55eeef453ea..b13dc994568 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el @@ -38,7 +38,7 @@ (defvar wisent-lex-lookahead nil "Extra lookahead token. -When non-nil it is directly returned by `wisent-lex-function'.") +When non-nil it is directly returned by `wisent-lexer-function'.") (defmacro wisent-lex-eoi () "Return an End-Of-Input lexical token. |