Fix interactive spec of 'semantic-ia-show-variants'

* lisp/cedet/semantic/ia.el (semantic-ia-show-variants): Fix the
interactive spec to match the function's expectations.  (Bug#29770)
This commit is contained in:
Eli Zaretskii 2017-12-22 11:32:38 +02:00
parent 90ca37feed
commit 689526b714

View file

@ -252,7 +252,7 @@ Completion options are calculated with `semantic-analyze-possible-completions'."
;;;###autoload
(defun semantic-ia-show-variants (point)
"Display a list of all variants for the symbol under POINT."
(interactive "P")
(interactive "d")
(let* ((ctxt (semantic-analyze-current-context point))
(comp nil))