Parcourir la source

Fix an incomplete comment

Ryan C. Thompson il y a 8 ans
Parent
commit
99dbcb2723
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      ido-completing-read+.el

+ 2 - 1
ido-completing-read+.el

@@ -700,7 +700,8 @@ called through ido-cr+."
             #'ido-exhibit@ido-cr+-update-dynamic-collection)
 
 ;; Interoperation with minibuffer-electric-default-mode: only show the
-;; default when the input is empty and the empty string is the selected
+;; default when the input is empty and the empty string is the
+;; selected choice
 (defun minibuf-eldef-update-minibuffer@ido-cr+-compat (orig-fun &rest args)
   "This advice allows minibuffer-electric-default-mode to work with ido-cr+."
   (if (ido-cr+-active)