mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Closes #285: fix typo introduced in 71c8e0ea469c2992a31d17b0722ebdeb789fd1bf
This commit is contained in:
parent
f28a3df702
commit
38c4b734c9
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user