diff options
-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 //. |