Show
Ignore:
Timestamp:
05/18/06 16:19:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ido.el

    r4058 r4085  
    17791779Return the name of a buffer or file selected. 
    17801780PROMPT is the prompt to give to the user. 
    1781 DEFAULT if given is the default directory to start with. 
     1781DEFAULT if given is the default item to start with. 
    17821782If REQUIRE-MATCH is non-nil, an existing file must be selected. 
    17831783If INITIAL is non-nil, it specifies the initial input string." 
     
    18231823               ((eq item 'buffer) 
    18241824                (if (bufferp default) (buffer-name default) default)) 
    1825                ((stringp default) default) 
     1825               ((stringp default) 
     1826                (if (memq item '(file dir)) 
     1827                    (file-name-nondirectory default) 
     1828                  default)) 
    18261829               ((eq item 'file) 
    18271830                (and ido-enable-last-directory-history