From: Joao Tavora Date: Mon, 7 Nov 2011 13:40:33 +0000 (+0000) Subject: Fix issue 187 X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/fdf7582e33ad262d2f1ad01144fc16f1ba7cbc4b Fix issue 187 --- diff --git a/doc/snippet-development.rst b/doc/snippet-development.rst index b55958a3a..bb3c7a527 100644 --- a/doc/snippet-development.rst +++ b/doc/snippet-development.rst @@ -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.