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))))