summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/lex.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/lex.el')
-rw-r--r--lisp/cedet/semantic/lex.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el
index a6ee869c037..50e09e2359c 100644
--- a/lisp/cedet/semantic/lex.el
+++ b/lisp/cedet/semantic/lex.el
@@ -256,7 +256,7 @@ SPECS must be a list of (NAME . TOKSYM) elements, where:
NAME is the name of the keyword symbol to define.
TOKSYM is the lexical token symbol of that keyword.
-If optional argument PROPSPECS is non nil, then interpret it, and
+If optional argument PROPSPECS is non-nil, then interpret it, and
apply those properties.
PROPSPECS must be a list of (NAME PROPERTY VALUE) elements."
;; Create the symbol hash table
@@ -414,7 +414,7 @@ SPECS must be a list of (TYPE . TOKENS) elements, where:
MATCHER is a string or regexp a text must match to be a such
lexical token.
-If optional argument PROPSPECS is non nil, then interpret it, and
+If optional argument PROPSPECS is non-nil, then interpret it, and
apply those properties.
PROPSPECS must be a list of (TYPE PROPERTY VALUE)."
;; Create the symbol hash table
@@ -1060,7 +1060,7 @@ The collapsed tokens are saved in `semantic-lex-block-streams'."
;; to create new lexical analyzers.
(defcustom semantic-lex-debug-analyzers nil
- "Non nil means to debug analyzers with syntax protection.
+ "Non-nil means to debug analyzers with syntax protection.
Only in effect if `debug-on-error' is also non-nil."
:group 'semantic
:type 'boolean)