branch: master
commit d364425176a707c43db176ab79433e149a435d37
Author: Noam Postavsky <[email protected]>
Commit: Noam Postavsky <[email protected]>
* yasnippet.el (yas-field-value): Fix docstring.
---
yasnippet.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/yasnippet.el b/yasnippet.el
index 6a27812..0d41241 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -2946,7 +2946,8 @@ Otherwise signal `yas-exception'."
(defun yas-field-value (number)
"Get the string for field with NUMBER.
-Use this in primary and mirror transformations to tget."
+Use this in primary and mirror transformations to get the text of
+other fields."
(let* ((snippet (car (yas-active-snippets)))
(field (and snippet
(yas--snippet-find-field snippet number))))