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: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Mon, 22 Jul 2002 22:26:56 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.10 emacs/lisp/ido.el:1.11
*** emacs/lisp/ido.el:1.10      Fri Jul 12 19:25:26 2002
--- emacs/lisp/ido.el   Mon Jul 22 22:26:56 2002
***************
*** 652,658 ****
  (defcustom ido-separator nil
    "*String used by ido to separate the alternatives in the minibuffer.
  Obsolete.  Set 3rd element of `ido-decorations' instead."
!   :type 'string
    :group 'ido)
  
  (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " 
[Matched]")
--- 652,658 ----
  (defcustom ido-separator nil
    "*String used by ido to separate the alternatives in the minibuffer.
  Obsolete.  Set 3rd element of `ido-decorations' instead."
!   :type '(choice string (const nil))
    :group 'ido)
  
  (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " 
[Matched]")



reply via email to

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