Browse Source

Fix group declaration for ido-cr+-debug-mode

Ryan C. Thompson 9 years ago
parent
commit
3ad5d2ed6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ido-completing-read+.el

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

@@ -306,7 +306,7 @@ sets up C-j to be equivalent to TAB in the same situation."
 Debug info is printed to the *Messages* buffer."
   nil
   :global t
-  :group 'ido-cr+)
+  :group 'ido-completing-read-plus)
 
 (provide 'ido-completing-read+)