Closes #285: fix typo introduced in 71c8e0ea469c2992a31d17b0722ebdeb789fd1bf

This commit is contained in:
Joao Tavora 2012-08-16 10:45:33 +01:00
parent f28a3df702
commit 38c4b734c9

View File

@ -2773,7 +2773,7 @@ If found, the content of subexp group SUBEXP (default 0) is
(match-string-no-properties grp str)
str))))
(defun yas-choose-avalue (&rest possibilities)
(defun yas-choose-value (&rest possibilities)
"Prompt for a string in POSSIBILITIES and return it.
The last element of POSSIBILITIES may be a list of strings."