Document `org-completing-read'.

This commit is contained in:
Carsten Dominik 2008-11-10 18:02:21 +01:00
parent 6bc7997499
commit c52b9af3a8
1 changed files with 1 additions and 0 deletions

View File

@ -6529,6 +6529,7 @@ used as the link location instead of reading one interactively."
(insert (org-make-link-string link desc))))
(defun org-completing-read (&rest args)
"Completing-read with SPACE being a normal character."
(let ((minibuffer-local-completion-map
(copy-keymap minibuffer-local-completion-map)))
(org-defkey minibuffer-local-completion-map " " 'self-insert-command)