branch: master
commit 21ffe4b797e7c54f128fdf3ee205273e74f1be33
Merge: 197ef7f 3c13348
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
Merge pull request #559 from mineo/patch-1
* yasnippet.el (yas-expand-snippet): improve docstring
---
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)