diff options
Diffstat (limited to 'lisp/cedet/semantic/grammar.el')
-rw-r--r-- | lisp/cedet/semantic/grammar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 9851280e14a..7fb54cbb899 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2002-2005, 2007-2019 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> -;; Maintainer: David Ponce <david@dponce.com> ;; This file is part of GNU Emacs. @@ -1611,7 +1610,7 @@ Select the buffer containing the tag's definition, and move point there." ;; (defvar semantic-grammar-syntax-help - `( + '( ;; Lexical Symbols ("symbol" . "Syntax: A symbol of alpha numeric and symbol characters") ("number" . "Syntax: Numeric characters.") |