Variable: ido-cache-unc-host-shares-time
ido-cache-unc-host-shares-time is a customizable variable defined in
ido.el.gz.
Value
8.0
Documentation
Maximum time to cache shares of an UNC host (in hours).
Use C-l (ido-reread-directory) in prompt to refresh list.
If zero, UNC host shares are not cached.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-cache-unc-host-shares-time 8.0
"Maximum time to cache shares of an UNC host (in hours).
\\<ido-file-completion-map>
Use \\[ido-reread-directory] in prompt to refresh list.
If zero, UNC host shares are not cached."
:type 'number)