From d364425176a707c43db176ab79433e149a435d37 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sun, 18 Feb 2018 07:46:06 -0500 Subject: [PATCH] * 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))))