From f2555464253709db52ea69c1c0d665b5e149ce4d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 29 Jun 2010 10:44:50 +0200 Subject: [PATCH] Fix docstring for org-iswitchb again --- lisp/org.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 1abf73ae0..328c2ff30 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15230,10 +15230,8 @@ changes from another. I believe the procedure must be like this: With a prefix argument, restrict available to files. With two prefix arguments, restrict available buffers to agenda files. -This will either use ido or iswitchb for buffer name completion, -depending on the variables `org-completion-use-iswitchb' and -`org-completion-use-ido'. If both are nil, we will still use iswitchb -for this special application." +This will use iswitchb for buffer name completion, unless +`org-completion-use-ido' is non-nil, to select ido completion." (interactive "P") (let ((blist (cond ((equal arg '(4)) (org-buffer-list 'files)) ((equal arg '(16)) (org-buffer-list 'agenda))