Completion: Improve docstring of option `org-completion-use-ido'.

This commit is contained in:
Carsten Dominik 2008-12-21 11:23:06 +01:00
parent 9f0060acc2
commit 23856be044
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-12-21 Carsten Dominik <carsten.dominik@gmail.com> 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-completion-use-ido): Enhance docstring of
`org-completion-use-ido'.
* org-export-latex.el (org-export-latex-make-header): Double the % * org-export-latex.el (org-export-latex-make-header): Double the %
in the time stamp format. in the time stamp format.
(org-export-latex-special-chars): Handle case where there is no (org-export-latex-special-chars): Handle case where there is no

View File

@ -2418,7 +2418,10 @@ Use customize to modify this, or restart Emacs after changing it."
:group 'org) :group 'org)
(defcustom org-completion-use-ido nil (defcustom org-completion-use-ido nil
"Non-nil means, use ido completion wherever possible." "Non-nil means, use ido completion wherever possible.
Note that `ido-mode' must be active for this variable to be relevant.
If you decide to turn this variable on, you might well want to turn off
`org-outline-path-complete-in-steps'."
:group 'org-completion :group 'org-completion
:type 'boolean) :type 'boolean)