branch: master
commit 3c133487dcd25a6db08fdf5a4d8bf8d53970ed65
Author: Wieland Hoffmann <[email protected]>
Commit: Wieland Hoffmann <[email protected]>
yas-expand-snippet: Clarify EXPAND-ENV
---
yasnippet.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
index bbfca9c..b13f72b 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -3514,7 +3514,7 @@ The error should be ignored in `debug-ignored-errors'"
"Expand snippet CONTENT at current point.
Text between START and END will be deleted before inserting
-template. EXPAND-ENV is are let-style variable to value bindings
+template. EXPAND-ENV is a list of (SYM VALUE) let-style dynamic bindings
considered when expanding the snippet."
(run-hooks 'yas-before-expand-snippet-hook)