/[emacs]/emacs/lisp/ido.el
ViewVC logotype

Diff of /emacs/lisp/ido.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by rms, Fri Jul 12 23:25:26 2002 UTC revision 1.11 by rost, Tue Jul 23 02:26:56 2002 UTC
# Line 652  ask user whether to create buffer, or 'n Line 652  ask user whether to create buffer, or 'n
652  (defcustom ido-separator nil  (defcustom ido-separator nil
653    "*String used by ido to separate the alternatives in the minibuffer.    "*String used by ido to separate the alternatives in the minibuffer.
654  Obsolete.  Set 3rd element of `ido-decorations' instead."  Obsolete.  Set 3rd element of `ido-decorations' instead."
655    :type 'string    :type '(choice string (const nil))
656    :group 'ido)    :group 'ido)
657    
658  (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]")  (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]")

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26