From 3c133487dcd25a6db08fdf5a4d8bf8d53970ed65 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Thu, 12 Feb 2015 02:25:56 +0100 Subject: [PATCH] yas-expand-snippet: Clarify EXPAND-ENV --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)