/[emacs]/emacs/src/minibuf.c
ViewVC logotype

Diff of /emacs/src/minibuf.c

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

revision 1.228 by pj, Fri Nov 2 20:31:03 2001 UTC revision 1.229 by pj, Tue Nov 13 07:03:31 2001 UTC
# Line 1819  complete_and_exit_2 (ignore) Line 1819  complete_and_exit_2 (ignore)
1819  }  }
1820    
1821  DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit,  DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit,
1822          Sminibuffer_complete_and_exit, 0, 0, "",         Sminibuffer_complete_and_exit, 0, 0, "",
1823         doc: /* If the minibuffer contents is a valid completion then exit.         doc: /* If the minibuffer contents is a valid completion then exit.
1824  Otherwise try to complete it.  If completion leads to a valid completion,  Otherwise try to complete it.  If completion leads to a valid completion,
1825  a repetition of this command will exit.  */)  a repetition of this command will exit.  */)
# Line 1864  a repetition of this command will exit. Line 1864  a repetition of this command will exit.
1864  }  }
1865    
1866  DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word,  DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word,
1867    0, 0, "",         0, 0, "",
1868         doc: /* Complete the minibuffer contents at most a single word.         doc: /* Complete the minibuffer contents at most a single word.
1869  After one word is completed as much as possible, a space or hyphen  After one word is completed as much as possible, a space or hyphen
1870  is added, provided that matches some possible completion.  is added, provided that matches some possible completion.
# Line 2220  It can find the completion buffer in `st Line 2220  It can find the completion buffer in `st
2220  }  }
2221    
2222  DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help,  DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help,
2223    0, 0, "",         0, 0, "",
2224         doc: /* Display a list of possible completions of the current minibuffer contents.  */)         doc: /* Display a list of possible completions of the current minibuffer contents.  */)
2225       ()       ()
2226  {  {
# Line 2316  temp_echo_area_glyphs (m) Line 2316  temp_echo_area_glyphs (m)
2316  }  }
2317    
2318  DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message,  DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message,
2319    1, 1, 0,         1, 1, 0,
2320         doc: /* Temporarily display STRING at the end of the minibuffer.         doc: /* Temporarily display STRING at the end of the minibuffer.
2321  The text is displayed for two seconds,  The text is displayed for two seconds,
2322  or until the next input event arrives, whichever comes first.  */)  or until the next input event arrives, whichever comes first.  */)

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229

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