]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix issue 187
authorJoao Tavora <joaotavora@gmail.com>
Mon, 7 Nov 2011 13:40:33 +0000 (13:40 +0000)
committerJoao Tavora <joaotavora@gmail.com>
Mon, 7 Nov 2011 13:40:33 +0000 (13:40 +0000)
doc/snippet-development.rst

index b55958a3a812ae1985c93e7141f1cb458dae62b4..bb3c7a52753dd745f5de57607c426d59932aae07 100644 (file)
@@ -400,7 +400,7 @@ Choosing fields value from a list and other tricks
 
 As mentioned, the field transformation is invoked just after you enter
 the field, and with some useful variables bound, notably
-``yas/field-modified-p`` and ``yas/moving-away-p``. Because of this
+``yas/modified-p`` and ``yas/moving-away-p``. Because of this
 feature you can place a transformation in the primary field that lets
 you select default values for it.