# HG changeset patch # User Pavel Jank # Date 1005635011 0 # Node ID d9b11436ac12e689892f33c56f0bec67771f200c # Parent 55db33adc0a1a88425bf7c8d1b17052f08995c17 (Fminibuffer_complete_word): Reindent. (Fminibuffer_complete_and_exit): Likewise. (Fminibuffer_completion_help): Likewise. (Fminibuffer_message): Likewise. diff -r 55db33adc0a1 -r d9b11436ac12 src/minibuf.c --- a/src/minibuf.c Tue Nov 13 07:02:02 2001 +0000 +++ b/src/minibuf.c Tue Nov 13 07:03:31 2001 +0000 @@ -1819,7 +1819,7 @@ } DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit, - Sminibuffer_complete_and_exit, 0, 0, "", + Sminibuffer_complete_and_exit, 0, 0, "", doc: /* If the minibuffer contents is a valid completion then exit. Otherwise try to complete it. If completion leads to a valid completion, a repetition of this command will exit. */) @@ -1864,7 +1864,7 @@ } DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word, - 0, 0, "", + 0, 0, "", doc: /* Complete the minibuffer contents at most a single word. After one word is completed as much as possible, a space or hyphen is added, provided that matches some possible completion. @@ -2220,7 +2220,7 @@ } DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help, - 0, 0, "", + 0, 0, "", doc: /* Display a list of possible completions of the current minibuffer contents. */) () { @@ -2316,7 +2316,7 @@ } DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message, - 1, 1, 0, + 1, 1, 0, doc: /* Temporarily display STRING at the end of the minibuffer. The text is displayed for two seconds, or until the next input event arrives, whichever comes first. */)