Bladeren bron

Delete extra period in docstring

Ryan C. Thompson 13 jaren geleden
bovenliggende
commit
af2878c429
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -162,7 +162,7 @@ ido-ubiquitous in non-interactive functions, customize
 
 If you want to disable ido in a specific function or command, do
 not modify this variable. Instead, try `M-x customize-group
-ido-ubiquitous..")
+ido-ubiquitous.")
 
 (dolist (func ido-ubiquitous-permanent-function-exceptions)
   (eval `(ido-ubiquitous-disable-in ,func)))