summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/wisent.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-26 22:41:09 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-26 23:04:23 +0200
commitdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch)
tree5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/cedet/semantic/wisent.el
parentc716d0cf5692ab853c0eb5dc809c765207762cdb (diff)
downloademacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz
; Fix several symbol name typos
Diffstat (limited to 'lisp/cedet/semantic/wisent.el')
-rw-r--r--lisp/cedet/semantic/wisent.el2
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.