0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 08:32:51 +00:00

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

This commit is contained in:
Carsten Dominik 2008-11-22 08:11:47 +01:00
parent 619a4c1725
commit 560fec1921

View file

@ -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