emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d364425 38/51: * yasnippet.el (yas-field-value): Fix docst


From: Noam Postavsky
Subject: [elpa] master d364425 38/51: * yasnippet.el (yas-field-value): Fix docstring.
Date: Sun, 13 May 2018 13:11:45 -0400 (EDT)

branch: master
commit d364425176a707c43db176ab79433e149a435d37
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]