Explorar el Código

Delete extra period in docstring

Ryan C. Thompson hace 13 años
padre
commit
af2878c429
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)))