diff options
Diffstat (limited to 'lisp/cedet/srecode/el.el')
-rw-r--r-- | lisp/cedet/srecode/el.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index 2bdf804d858..7e91a612638 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el @@ -50,7 +50,7 @@ Adds the following: (defun srecode-semantic-handle-:el-custom (dict) "Add macros into the dictionary DICT based on the current Emacs Lisp file. Adds the following: - GROUP - The 'defgroup' name we guess you want for variables. + GROUP - The `defgroup' name we guess you want for variables. FACEGROUP - The `defgroup' name you might want for faces." (require 'semantic/db-find) (let ((groups (semanticdb-strip-find-results |