2001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+ * minibuf.c (Fminibuffer_complete_word): Reindent.
+ (Fminibuffer_complete_and_exit): Likewise.
+ (Fminibuffer_completion_help): Likewise.
+ (Fminibuffer_message): Likewise.
+
* fns.c (Freverse): Reindent.
* eval.c (Fif): Reindent.
}
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. */)
}
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.
}
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. */)
()
{
}
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. */)