aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-04-06 08:47:07 +0000
committerJuanma Barranquero2006-04-06 08:47:07 +0000
commitd36995c61a096e270e3028aaad7c695b00cc3cdf (patch)
tree461a9251e9e93b0988e76bdc8315595ed659cba1
parent2b54c197fecaa595087af22336f8b48384400913 (diff)
downloademacs-d36995c61a096e270e3028aaad7c695b00cc3cdf.tar.gz
emacs-d36995c61a096e270e3028aaad7c695b00cc3cdf.zip
(ido-unc-hosts-cache): Fix typo in docstring.
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index b59f2d92f4e..85a7d6a2ab2 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -634,7 +634,7 @@ equivalent function, e.g. `find-file' rather than `ido-find-file'."
634 :group 'ido) 634 :group 'ido)
635 635
636(defvar ido-unc-hosts-cache t 636(defvar ido-unc-hosts-cache t
637 "Cached value from ido-unc-hosts function.") 637 "Cached value from `ido-unc-hosts' function.")
638 638
639(defcustom ido-unc-hosts nil 639(defcustom ido-unc-hosts nil
640 "*List of known UNC host names to complete after initial //. 640 "*List of known UNC host names to complete after initial //.