From c702dd003490ca6bdc84238183bfc151c282b8ba Mon Sep 17 00:00:00 2001 From: Matt Lundin Date: Wed, 1 Jun 2016 12:08:59 -0500 Subject: [PATCH] Remove paragraph about obsolete variables * doc/org.texi: Remove paragraph documenting now obsolete variables `org-completion-use-ido' and `org-completion-use-iswitchb'. --- doc/org.texi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 88c506cbc..36ab99905 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -16931,12 +16931,6 @@ emacs -Q --batch \ @cindex tag completion @cindex link abbreviations, completion of -Emacs would not be Emacs without completion, and Org mode uses it whenever it -makes sense. If you prefer an @i{iswitchb}- or @i{ido}-like interface for -some of the completion prompts, you can specify your preference by setting at -most one of the variables @code{org-completion-use-iswitchb} -@code{org-completion-use-ido}. - Org supports in-buffer completion. This type of completion does not make use of the minibuffer. You simply type a few letters into the buffer and use the key to complete text right there.