diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-04-06 08:47:07 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-04-06 08:47:07 +0000 |
commit | d36995c61a096e270e3028aaad7c695b00cc3cdf (patch) | |
tree | 461a9251e9e93b0988e76bdc8315595ed659cba1 /lisp | |
parent | 2b54c197fecaa595087af22336f8b48384400913 (diff) | |
download | emacs-d36995c61a096e270e3028aaad7c695b00cc3cdf.tar.gz emacs-d36995c61a096e270e3028aaad7c695b00cc3cdf.tar.bz2 emacs-d36995c61a096e270e3028aaad7c695b00cc3cdf.zip |
(ido-unc-hosts-cache): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ido.el | 2 |
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'." :group 'ido) (defvar ido-unc-hosts-cache t - "Cached value from ido-unc-hosts function.") + "Cached value from `ido-unc-hosts' function.") (defcustom ido-unc-hosts nil "*List of known UNC host names to complete after initial //. |