branch: externals/orderless
commit cd24e47c961af40d76506f4606f0dd4b87eb30fc
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    Corrected very misleading typo
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 246a2384de..6d517eb17f 100644
--- a/README.org
+++ b/README.org
@@ -15,7 +15,7 @@ Completion styles are used as entries in the variables
 documentation.
 
 By default the space key is bound to =minibuffer-complete-word= in
-=minibuffer-local-map=, which isn't useful with this completion method.
+=minibuffer-local-completion-map=, which isn't useful with this completion 
method.
 So, if you use it, you should probably unbind SPC.
 
 So to test this completion method you can put =orderless.el= somewhere
@@ -24,5 +24,5 @@ on your =load-path=, and use the following configuration:
 #+begin_src emacs-lisp
 (require 'orderless)
 (setq completion-styles '(orderless))
-(define-key minibuffer-local-map (kbd "SPC") nil)
+(define-key minibuffer-local-completion-map (kbd "SPC") nil)
 #+end_src

Reply via email to