浏览代码

Add to docstring

Ryan C. Thompson 13 年之前
父节点
当前提交
6f7d364216
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      ido-ubiquitous.el

+ 5 - 1
ido-ubiquitous.el

@@ -137,7 +137,11 @@ ido-ubiquitous in non-interactive functions, customize
 ;; because they are not supposed to use ido.
 (defvar ido-ubiquitous-permanent-function-exceptions
   '(read-file-name)
-  "Functions in which ido-ubiquitous should always be disabled.")
+  "Functions in which ido-ubiquitous should always be disabled.
+
+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..")
 
 (dolist (func ido-ubiquitous-permanent-function-exceptions)
   (eval `(ido-ubiquitous-disable-in ,func)))