[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yasnippet 849a134c2d 3/5: Unbreak link in org docs
From: |
ELPA Syncer |
Subject: |
[elpa] externals/yasnippet 849a134c2d 3/5: Unbreak link in org docs |
Date: |
Tue, 12 Sep 2023 12:59:00 -0400 (EDT) |
branch: externals/yasnippet
commit 849a134c2d739fb6306d69675d70ee2dba1080ad
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>
Unbreak link in org docs
* doc/snippet-expansion.org: Fix a link
---
doc/snippet-expansion.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/snippet-expansion.org b/doc/snippet-expansion.org
index 0a00981cac..dca815f8e3 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<<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.