diff lisp/cedet/semantic/wisent.el @ 105340:118ad0cdd9a8

Doc/message fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 04:54:05 +0000
parents 108a3a6d8be0
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/cedet/semantic/wisent.el	Thu Oct 01 04:48:12 2009 +0000
+++ b/lisp/cedet/semantic/wisent.el	Thu Oct 01 04:54:05 2009 +0000
@@ -52,7 +52,7 @@
 
 (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)))))