Merge pull request #559 from mineo/patch-1

* yasnippet.el (yas-expand-snippet): improve docstring
This commit is contained in:
João Távora 2015-02-12 10:40:33 +00:00
commit 21ffe4b797

View File

@ -3514,7 +3514,7 @@ The error should be ignored in `debug-ignored-errors'"
"Expand snippet CONTENT at current point. "Expand snippet CONTENT at current point.
Text between START and END will be deleted before inserting 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." considered when expanding the snippet."
(run-hooks 'yas-before-expand-snippet-hook) (run-hooks 'yas-before-expand-snippet-hook)