浏览代码

Use correct name for the function `yas/next-field'.

org.texi (Conflicts): Use correct name for the function
`yas/next-field'.

Thanks to Bianca Lutz for pointing this.
Bastien Guerry 13 年之前
父节点
当前提交
95d0c42c5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -14073,7 +14073,7 @@ fixed this problem:
 (add-hook 'org-mode-hook
           (lambda ()
             (org-set-local 'yas/trigger-key [tab])
-            (define-key yas/keymap [tab] 'yas/next-field-group)))
+            (define-key yas/keymap [tab] 'yas/next-field)))
 @end lisp
 
 The latest version of yasnippet doesn't play well with Org mode.  If the