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 73a0a1e42bd..6d7ef753b39 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el @@ -52,7 +52,7 @@ When non-nil it is directly returned by `wisent-lex-function'.") (defmacro wisent-lex-eoi () "Return an End-Of-Input lexical token. -The EOI token is like this: ($EOI "" POINT-MAX . POINT-MAX)." +The EOI token is like this: ($EOI \"\" POINT-MAX . POINT-MAX)." `(cons ',wisent-eoi-term (cons "" (cons (point-max) (point-max))))) |