branch: master
commit e45e3de357fbd4289fcfa3dd26aaa7be357fb0b8
Author: Bill Sacks <[email protected]>
Commit: Noam Postavsky <[email protected]>
* doc/faq.org: yas-prev should be yas-prev-field
Copyright-paperwork-exempt: yes
---
doc/faq.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/faq.org b/doc/faq.org
index 550bd72..6cff4d8 100644
--- a/doc/faq.org
+++ b/doc/faq.org
@@ -60,7 +60,7 @@ if you want to respect
[[sym:yas-keymap-disable-hook][=yas-keymap-disable-hook=]
(define-key yas-keymap (kbd "<new-next-field-key>")
(yas-filtered-definition 'yas-next-field-or-maybe-expand))
(define-key yas-keymap (kbd "<new-prev-field-key>")
- (yas-filtered-definition 'yas-prev))
+ (yas-filtered-definition 'yas-prev-field))
#+end_src
* How do I define an abbrev key containing characters not supported by the
filesystem?