emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless cd24e47c96 012/204: Corrected very misleading


From: ELPA Syncer
Subject: [elpa] externals/orderless cd24e47c96 012/204: Corrected very misleading typo
Date: Tue, 11 Jan 2022 12:58:13 -0500 (EST)

branch: externals/orderless
commit cd24e47c961af40d76506f4606f0dd4b87eb30fc
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]