瀏覽代碼

Delete extra period in docstring

Ryan C. Thompson 13 年之前
父節點
當前提交
af2878c429
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)))