mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(ido-cache-unc-host-shares-time, ido-max-work-file-list, ido-switch-buffer):
Fix typos in docstrings.
This commit is contained in:
parent
fe8d0237f1
commit
3903655d82
@ -1,3 +1,9 @@
|
||||
2006-03-31 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* ido.el (ido-cache-unc-host-shares-time)
|
||||
(ido-max-work-file-list, ido-switch-buffer):
|
||||
Fix typos in docstrings.
|
||||
|
||||
2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* term/mac-win.el (mac-system-coding-system): Define and use after
|
||||
|
@ -638,7 +638,7 @@ equivalent function, e.g. `find-file' rather than `ido-find-file'."
|
||||
(defcustom ido-cache-unc-host-shares-time 8.0
|
||||
"*Maximum time to cache shares of an UNC host (in hours).
|
||||
Use C-l in prompt to refresh list.
|
||||
If zero, unc host shares are not cached."
|
||||
If zero, UNC host shares are not cached."
|
||||
:type 'number
|
||||
:group 'ido)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user