emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Fri, 31 Mar 2006 11:44:00 +0000

Index: emacs/lisp/ido.el
diff -u emacs/lisp/ido.el:1.87 emacs/lisp/ido.el:1.88
--- emacs/lisp/ido.el:1.87      Sat Mar 18 01:48:52 2006
+++ emacs/lisp/ido.el   Fri Mar 31 11:43:59 2006
@@ -638,14 +638,14 @@
 (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)
 
 (defcustom ido-max-work-file-list 10
   "*Maximum number of names of recently opened files to record.
 This is the list the file names (sans directory) which have most recently
-been opened. See `ido-work-file-list' and `ido-save-directory-list-file'."
+been opened.  See `ido-work-file-list' and `ido-save-directory-list-file'."
   :type 'integer
   :group 'ido)
 
@@ -3734,7 +3734,7 @@
 in another frame.
 
 As you type in a string, all of the buffers matching the string are
-displayed if substring-matching is used \(default). Look at
+displayed if substring-matching is used \(default).  Look at
 `ido-enable-prefix' and `ido-toggle-prefix'.  When you have found the
 buffer you want, it can then be selected.  As you type, most keys have
 their normal keybindings, except for the following: 
\\<ido-buffer-completion-map>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]