Browse Source

Fix customization group for `org-completion-use-ido'.

Carsten Dominik 16 năm trước cách đây
mục cha
commit
560fec1921
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -2340,7 +2340,7 @@ Use customize to modify this, or restart Emacs after changing it."
 
 (defcustom org-completion-use-ido nil
   "Non-ni means, use ido completion wherever possible."
-  :group 'org
+  :group 'org-completion
   :type 'boolean)  
 
 (defcustom org-completion-fallback-command 'hippie-expand