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

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

[elpa] master e45e3de 34/42: * doc/faq.org: yas-prev should be yas-prev-


From: Noam Postavsky
Subject: [elpa] master e45e3de 34/42: * doc/faq.org: yas-prev should be yas-prev-field
Date: Sun, 22 Dec 2019 17:38:02 -0500 (EST)

branch: master
commit e45e3de357fbd4289fcfa3dd26aaa7be357fb0b8
Author: Bill Sacks <address@hidden>
Commit: Noam Postavsky <address@hidden>

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



reply via email to

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