summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic')
-rw-r--r--lisp/cedet/semantic/ia.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el
index 7e37041d844..573f9fa867f 100644
--- a/lisp/cedet/semantic/ia.el
+++ b/lisp/cedet/semantic/ia.el
@@ -52,8 +52,8 @@
;; functions.
(defcustom semantic-ia-completion-format-tag-function
- 'semantic-prototype-nonterminal
- "*Function used to convert a tag to a string during completion."
+ 'semantic-format-tag-prototype
+ "Function used to convert a tag to a string during completion."
:group 'semantic
:type semantic-format-tag-custom-list)