Ver código fonte

Add to docstring

Ryan C. Thompson 13 anos atrás
pai
commit
6f7d364216
1 arquivos alterados com 5 adições e 1 exclusões
  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)))