diff --git a/doc/snippet-expansion.org b/doc/snippet-expansion.org index 0a00981..dca815f 100644 --- a/doc/snippet-expansion.org +++ b/doc/snippet-expansion.org @@ -141,7 +141,7 @@ See the internal documentation on [[sym:yas-expand-snippet][=yas-expand-snippet= * Controlling expansion -** Eligible snippets +** Eligible snippets<> YASnippet does quite a bit of filtering to find out which snippets are eligible for expanding at the current cursor position. @@ -227,7 +227,7 @@ For the full set of possible conditions, see the documentation for ** Multiples snippet with the same key -The rules outlined [[Eligible%20snippets][above]] can return more than +The rules outlined [[eligible-snippets][above]] can return more than one snippet to be expanded at point. When there are multiple candidates, YASnippet will let you select one.