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:
parent
90ca37feed
commit
689526b714
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue