Przeglądaj źródła

Fix typo

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Changes to be committed:
#
#	modified:   ido-ubiquitous.el
#
Ryan C. Thompson 13 lat temu
rodzic
commit
db0b3d2c3b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -258,7 +258,7 @@ This has no effect when ido is completing buffers or files."
 
 (defadvice bookmark-completing-read (around disable-ido-compatibility activate)
   "`bookmark-completing-read' uses `completing-read' in an odd
-  way the conflicts with the compatibilty mode of
+  way that conflicts with the compatibilty mode of
   ido-ubiquitous."
   (let (ido-ubiquitous-enable-compatibility)
     ad-do-it))