Show
Ignore:
Timestamp:
2005年11月26日 08時33分26秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/complete.el

    r3806 r3988  
    204204specially in \\[find-file].  For example, 
    205205\\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'. 
    206 See also the variable `PC-include-file-path'." 
     206See also the variable `PC-include-file-path'. 
     207 
     208Partial Completion mode extends the meaning of `completion-auto-help' (which 
     209see) so that if it is neither nil nor t, Emacs will show the  *Completions* 
     210buffer only on the second attempt to complete.  I.e. if TAB finds nothing 
     211to complete, the first TAB will just say \"Next char not unique\" without 
     212bringing up the *Completions* buffer, and the second TAB will then bring up 
     213the *Completions* buffer." 
    207214  :global t :group 'partial-completion 
    208215  ;; Deal with key bindings...