diff options
Diffstat (limited to 'lisp/cedet/semantic/grammar.el')
-rw-r--r-- | lisp/cedet/semantic/grammar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 53b5ea61f2d..785a05816b7 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el @@ -1738,7 +1738,7 @@ Otherwise return nil." (define-mode-local-override semantic-tag-boundary-p semantic-grammar-mode (tag) "Return non-nil for tags that should have a boundary drawn. -Only tags of type 'nonterminal will be so marked." +Only tags of type `nonterminal' will be so marked." (let ((c (semantic-tag-class tag))) (eq c 'nonterminal))) |