Ver código fonte

Fix an incomplete comment

Ryan C. Thompson 8 anos atrás
pai
commit
99dbcb2723
1 arquivos alterados com 2 adições e 1 exclusões
  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)