When there are multiple candidates, YASnippet will let you select one. The UI for selecting multiple candidate can be customized. There're two variable related:
-From version 0.6 of YASnippet this has changed significantly. A +
From version 0.6 of YASnippet this has changed significantly. A new customization variable, called yas/prompt-functions defines your preferred method of being prompted for snippets.
You can customize it with M-x customize-variable RET
diff --git a/doc/faq.html b/doc/faq.html
index 2a40684..ec685e3 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -4,19 +4,19 @@
-How to define a snippet ?
+ Frequently Asked Questions